Skip to content

Commit a580f92

Browse files
author
spark
committed
refactor(frontend):重构关于页面并添加作者信息
- 更新了 about.vue 页面布局和内容- 添加了作者信息和邮箱链接 - 移除了更新说明部分 - 调整了软件描述的样式和内容
1 parent 9b080bb commit a580f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/data/openai_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ func (o OpenAi) NewChatStream(stock, stockCode string) <-chan string {
8686
"content": o.Prompt,
8787
},
8888
}
89+
logger.SugaredLogger.Infof("Prompt:%s", o.Prompt)
8990

9091
wg := &sync.WaitGroup{}
9192
wg.Add(5)
92-
9393
go func() {
9494
defer wg.Done()
9595
messages := SearchStockPriceInfo(stockCode)

0 commit comments

Comments
 (0)