Skip to content

Commit

Permalink
Merge pull request #57 from creatorrr/v/0.3.7
Browse files Browse the repository at this point in the history
version: 0.3.7
  • Loading branch information
creatorrr authored Apr 12, 2023
2 parents 30349bf + 02403eb commit d6b4a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TODOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- [ ] misc: Decide nomenclature of what is an app, the factory function and a bot?
- [ ] bug: Fix user-type in default example for toolbot
- [ ] misc: Add support for embeddings
- [ ] debug: Add debug_color
- [ ] debug: Make pygments and colorama optional deps under debug
- [x] debug: Add debug_color
- [x] debug: Make pygments and colorama optional deps under debug
- [x] turbo: Add support for n>1 choices and selection
- [x] turbo: Remove delay caused by tiktoken get_encoding by hardcoding stuff
- [x] turbo: Add support for args in addition to kwargs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "turbo-chat"
version = "0.3.6"
version = "0.3.7"
description = "Idiomatic way to build chatgpt apps using async generators in python"
authors = ["Diwank Singh Tomer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d6b4a03

Please sign in to comment.