mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 03:54:57 +03:00
Increase OpenAI timeout
This commit is contained in:
+2
-1
@@ -15,7 +15,8 @@ OPENAI_COMPLETION_OPTIONS = {
|
||||
"max_tokens": 1000,
|
||||
"top_p": 1,
|
||||
"frequency_penalty": 0,
|
||||
"presence_penalty": 0
|
||||
"presence_penalty": 0,
|
||||
"request_timeout": 60.0,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user