You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version to 0.3.6 in pyproject.toml and refactor configuration …
…handling to use YAML instead of JSON. Enhance model selection in serve.py with a formatting function and improve error handling in constant.py and cli.py.
Refactor ask function in cli.py and completion_openai_gpt function in…
… core.py
- Refactor the ask function in cli.py to improve code readability and handle different models for completion.
- Refactor the completion_openai_gpt function in core.py to add support for streaming and handle different models for completion.
Update version in pyproject.toml
- Update the version in pyproject.toml from 0.3.2 to 0.3.3.