From 02403ebd0d3b31a5172bb3087b1d5adf79a714db Mon Sep 17 00:00:00 2001 From: Diwank Singh Tomer Date: Wed, 12 Apr 2023 08:39:05 +0000 Subject: [PATCH] version: 0.3.7 Signed-off-by: Diwank Singh Tomer --- TODOS.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODOS.md b/TODOS.md index 65acba5..67aa1f5 100644 --- a/TODOS.md +++ b/TODOS.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 19adcab..08b28be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"