Skip to content

Commit

Permalink
fix: add default value of llm field
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Oct 10, 2024
1 parent 393d8e3 commit a54b130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/bot/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ async def bot_info_generator(
else "我是你专属的答疑机器人,你可以问我关于当前项目的任何问题~"
),
"repo_name": repo_name,
"llm": "openai"
}

return bot_data
Expand Down

0 comments on commit a54b130

Please sign in to comment.