From 470a782d48a641be051dd6352f445b0e8fc36caa Mon Sep 17 00:00:00 2001 From: arys Date: Sun, 22 Feb 2026 15:41:07 +0500 Subject: [PATCH] fix --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8445874..416f501 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -70,7 +70,7 @@ openai.retry.rateLimitMaxDelayMs=300000 openai.rateLimit.maxConcurrentRequests=3 # Serper.dev Web Search Configuration -serper.api.key=837c09c1f2836b888e461a34074b5e6436be06e4 +serper.api.key=5ae7ad0baf7dfacb8bcd5fc8dca01f61b3207e75 serper.api.url=https://google.serper.dev serper.timeoutMs=30000 serper.retry.maxAttempts=3