fix: Remove Temperature from OpenAI Integration (#6023)

This commit is contained in:
Michael Genson
2025-08-25 01:36:15 -05:00
committed by GitHub
parent 01d3d5d325
commit 323a8100db
3 changed files with 4 additions and 8 deletions

View File

@@ -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
"""