mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-06 16:03:12 -05:00
fix: Remove Temperature from OpenAI Integration (#6023)
This commit is contained in:
@@ -398,7 +398,7 @@ class AppSettings(AppLoggingSettings):
|
||||
Sending database data may increase accuracy in certain requests,
|
||||
but will incur additional API costs
|
||||
"""
|
||||
OPENAI_REQUEST_TIMEOUT: int = 60
|
||||
OPENAI_REQUEST_TIMEOUT: int = 300
|
||||
"""
|
||||
The number of seconds to wait for an OpenAI request to complete before cancelling the request
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user