Voice message recognition

This commit is contained in:
Karim Iskakov
2023-03-08 16:49:22 +03:00
committed by GitHub
parent 1353f457ce
commit 0610ea29cd
7 changed files with 75 additions and 13 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ telegram_token: ""
openai_api_key: ""
use_chatgpt_api: true
allowed_telegram_usernames: [] # if empty, the bot is available to anyone
new_dialog_timeout: 600 # new dialog starts after timeout (in seconds)
new_dialog_timeout: 600 # new dialog starts after timeout (in seconds)
chatgpt_price_per_1000_tokens: 0.002
gpt_price_per_1000_tokens: 0.02
whisper_price_per_1_min: 0.006