This commit is contained in:
root
2025-12-27 23:42:13 +05:00
parent e8b99c1fe5
commit dd1bed2536
2 changed files with 54 additions and 20 deletions
@@ -64,6 +64,7 @@ openai.api.url=https://api.openai.com/v1/chat/completions
openai.model.name=gpt-4o-mini
openai.model.name.text=gpt-4o
openai.timeoutMs=90000
openai.timeoutMs.instruction=180000
openai.retry.maxAttempts=3
openai.retry.initialDelayMs=2000
openai.retry.maxDelayMs=60000