From 96fe45d0a63c28789d8bfcf7988d3d51083d2be2 Mon Sep 17 00:00:00 2001 From: ned Date: Sat, 18 Mar 2023 00:15:00 +0100 Subject: [PATCH] update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3125918..8ba21e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ A [Telegram bot](https://core.telegram.org/bots/api) that integrates with OpenAI ## Additional features - help needed! - [ ] Add stream support ([#43](https://github.com/n3d1117/chatgpt-telegram-bot/issues/43)) - [ ] Handle responses longer than telegram message limit ([#44](https://github.com/n3d1117/chatgpt-telegram-bot/issues/44)) -- [ ] Summarise conversation if (prompt_tokens + max_tokens) > 4096 ([#45](https://github.com/n3d1117/chatgpt-telegram-bot/issues/45)) PRs are always welcome!