Skip to content

Commit

Permalink
fix: add default value of llm field (#425)
Browse files Browse the repository at this point in the history
- fix #424
  • Loading branch information
RaoHai authored Oct 10, 2024
2 parents 393d8e3 + a54b130 commit 5f111c1
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 5f111c1

Please sign in to comment.