Commit 2dba1935 authored by luojun's avatar luojun

优化

parent 667d270c
...@@ -43,7 +43,7 @@ public class DeepSeekOpenApiServiceImpl implements DeepSeekOpenApiService { ...@@ -43,7 +43,7 @@ public class DeepSeekOpenApiServiceImpl implements DeepSeekOpenApiService {
.addHeader("Accept", "application/json") .addHeader("Accept", "application/json")
.addHeader("Authorization", "Bearer zkhjdpQ8") .addHeader("Authorization", "Bearer zkhjdpQ8")
.build(); .build();
DeepSeekAiListener deepSeekAiListener = new DeepSeekAiListener(null,null); DeepSeekAiListener deepSeekAiListener = new DeepSeekAiListener(null,null,null);
// OkHttpClient okHttpClient = new OkHttpClient.Builder() // OkHttpClient okHttpClient = new OkHttpClient.Builder()
// .connectTimeout(1, TimeUnit.MINUTES) // .connectTimeout(1, TimeUnit.MINUTES)
// .readTimeout(1, TimeUnit.MINUTES) // .readTimeout(1, TimeUnit.MINUTES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment