mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-05 07:23:12 -05:00
feat: Make OpenAI Request Timeout Configurable (#3808)
This commit is contained in:
@@ -233,6 +233,11 @@ class AppSettings(BaseSettings):
|
||||
but will incur additional API costs
|
||||
"""
|
||||
|
||||
OPENAI_REQUEST_TIMEOUT: int = 10
|
||||
"""
|
||||
The number of seconds to wait for an OpenAI request to complete before cancelling the request
|
||||
"""
|
||||
|
||||
# ===============================================
|
||||
# Web Concurrency
|
||||
|
||||
|
||||
Reference in New Issue
Block a user