The TUI
v0.7.0
What's Changed
- Reorganize examples by @jlowin in #152
- Refactor: introduce bots_lab by @jlowin in #153
- Fix initial migration by @jlowin in #154
- Add runtime note by @jlowin in #165
- Add streaming response support by @jlowin in #164
- Add support for async streaming callbacks by @jlowin in #167
- add max marginal relevance query by @zzstoatzz in #160
- Add note about temperature and determinism by @jlowin in #166
- allow custom
Bot.instructions_template
by @zzstoatzz in #158 - Update pre-commit requirement from ~=2.21 to >=2.21,<4.0 by @dependabot in #155
- Update README.md by @RichardScottOZ in #174
- add platform logic + windows tests by @zzstoatzz in #172
- add github digest flow example by @zzstoatzz in #173
- chore: move
bots
->bot
andbots_lab
->bots
by @zzstoatzz in #168 - add pdf loader by @zzstoatzz in #171
- safe formatting in get_full_description by @zzstoatzz in #170
- Ensure ai fns can use plugins by @jlowin in #176
- Support configurable max tokens by @jlowin in #177
- Improve bot reprs by @jlowin in #179
- Add the ChatTUI by @jlowin in #182
- Add quit button to TUI by @jlowin in #183
New Contributors
- @RichardScottOZ made their first contribution in #174
Full Changelog: v0.6.4...v0.7.0