|
|
@@ -25,7 +25,8 @@ public class DouBaoAgentService {
|
|
|
|
|
|
private final Map<String, String> userLastResponseIdMap = new ConcurrentHashMap<>();
|
|
|
private static final String API_URL = "https://ark.cn-beijing.volces.com/api/v3/responses";
|
|
|
- private static final String MODEL = "doubao-seed-1-8-251228";
|
|
|
+// private static final String MODEL = "doubao-seed-1-8-251228";
|
|
|
+ private static final String MODEL = "doubao-seed-2-0-lite-260215";
|
|
|
|
|
|
@Value("${doubao.agent.api-key}")
|
|
|
private String apiKey;
|
|
|
@@ -166,4 +167,4 @@ public class DouBaoAgentService {
|
|
|
log.debug("用户{} 解析response.id失败(非核心事件)", userId);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|