Remove deprecated "use_chatgpt_api" parameter

This commit is contained in:
Karim Iskakov
2023-07-18 13:43:44 +03:00
parent c9db7dc369
commit c77501c3d9
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ If you want to add payments to your bot and create profitable business write
- *15 Mar 2023*: Added message streaming. Now you don't have to wait until the whole message is ready, it's streamed to Telegram part-by-part (watch demo)
- *9 Mar 2023*: Now you can easily create your own Chat Modes by editing `config/chat_modes.yml`
- *8 Mar 2023*: Added voice message recognition with [OpenAI Whisper API](https://openai.com/blog/introducing-chatgpt-and-whisper-apis). Record a voice message and ChatGPT will answer you!
- *2 Mar 2023*: Added support of [ChatGPT API](https://platform.openai.com/docs/guides/chat/introduction). It's enabled by default and can be disabled with `use_chatgpt_api` option in config. Don't forget to **rebuild** you docker image (`--build`).
- *2 Mar 2023*: Added support of [ChatGPT API](https://platform.openai.com/docs/guides/chat/introduction).
## Bot commands
- `/retry` Regenerate last bot answer