This commit is contained in:
root
2025-11-20 09:13:49 +05:00
parent 5c527079d0
commit d6ab1f5681
3 changed files with 124 additions and 16 deletions
@@ -58,6 +58,10 @@ openai.api.key=sk-proj-zEsggv3MCgvZ2aQbRhpCfyZPKn-isyylNhO16dekXGpM3yzi9H4g0zSjp
openai.api.url=https://api.openai.com/v1/chat/completions
openai.model.name=gpt-4o-mini
openai.timeoutMs=90000
openai.retry.maxAttempts=5
openai.retry.initialDelayMs=1000
openai.retry.maxDelayMs=60000
openai.retry.multiplier=2.0
# Email Configuration
spring.mail.host=smtp.gmail.com