mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
feat: 不再向openai completion api提供timeout参数
This commit is contained in:
@@ -35,7 +35,6 @@ class OpenAIInteract:
|
||||
response = openai.Completion.create(
|
||||
prompt=prompt,
|
||||
stop=stop,
|
||||
timeout=config.process_message_timeout,
|
||||
**config.completion_api_params
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user