Skip to content

Commit

Permalink
feat: Create optimized branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleurxxx committed Sep 29, 2024
1 parent 0d31035 commit 4a9c5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/service/app-center/aiChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default class AiChat extends Service {
const aiChatConfig = this.config.aiChat(messages, chatConfig.token);
const { httpRequestUrl, httpRequestOption } = aiChatConfig[chatConfig.model];
this.ctx.logger.debug(httpRequestOption);

res = await ctx.curl(httpRequestUrl, httpRequestOption);

} catch (e: any) {
Expand Down

0 comments on commit 4a9c5de

Please sign in to comment.