This patch release upgrades two dependencies (langchain and httpx) and replaces the deprecated text-davinci-003 model with gpt-3.5-turbo-instruct in all configurations and examples.
Added
- Support for
--versionflag in the CLI.
Changed
- Upgraded
langchainto0.0.352. - Upgraded
httpxto0.24.1. - Replaced deprecated
text-davinci-003model withgpt-3.5-turbo-instruct.
Fixed
- #191: Fix chat generation chunk issue.