flynnoct / chatgpt-telegram-bot

Telegram bot implemented by OFFICIAL OpenAI ChatGPT API (gpt-3.5-turbo, released on 2023-03-01)
MIT License
181 stars 43 forks source link

Azure TTS, Enhanced Logging and Better Structured Config #81

Closed flynnoct closed 1 year ago

flynnoct commented 1 year ago

This branch is a mess😫.

I implemented several features in one branch and this branch will include:

  1. Azure TTS support when chat with voice.
  2. I don't like Python's logging lib, do it on my own!
  3. The current config key has not been carefully considered, and we have implemented a better structured config.
flynnoct commented 1 year ago

Finished.