Closed RaoHai closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
petercat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 10, 2024 3:04am |
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
server/bot/builder.py | 26.31% <ø> (ø) |
This pull request addresses issue #424 by adding a default value for the llm
field in the bot data dictionary within the builder.py
file. The default value set is "openai".
File | Summary |
---|---|
server/bot/builder.py | Added a default value for the llm field in the bot data dictionary. |