0.1.0
This new version of WARC-GPT comes with a new UI:
Screen.Recording.2024-03-20.at.5.09.28.PM.mov
This version also features a refactoring of the app's codebase. The API now separates search (/api/search) from text completion (/api/complete).
Upgrading from 0.3.0:
- Vector stores generated with previous versions of WARC-GPT should still be usable.
- The app's dependencies may need to be re-installed.
- Minor changes have been made to
.envwhich will require minor adjustments. See.env.examplefor details.
More info on changes:
- PR #6
- Full changelog: 0.0.3...0.1.0
Thanks & acknowledgements:
- @edsu for kickstarting work on streamed text completion
- @rebeccacremona for code review and suggestions