|
|
@@ -162,7 +162,7 @@ public class WebQSAiServiceImpl {
|
|
|
.uri(URI.create(DEEPSEEK_API_URL))
|
|
|
.header("Content-Type", "application/json")
|
|
|
.header("Authorization", "Bearer " + apiKey.getApiKey())
|
|
|
- .timeout(Duration.ofSeconds(120))
|
|
|
+ .timeout(Duration.ofSeconds(300))
|
|
|
.POST(HttpRequest.BodyPublishers.ofString(requestBody))
|
|
|
.build();
|
|
|
|