Commit 2e9f91ea authored by zhouwei's avatar zhouwei

修改默认模型

parent 561080e6
...@@ -244,7 +244,7 @@ public class AIServiceImpl implements AIService { ...@@ -244,7 +244,7 @@ public class AIServiceImpl implements AIService {
if(StringUtils.isNotEmpty(userHeader.getModel())){ if(StringUtils.isNotEmpty(userHeader.getModel())){
chatInputData.setModel(userHeader.getModel()); chatInputData.setModel(userHeader.getModel());
}else { }else {
chatInputData.setModel("deepseek-v3-250324"); chatInputData.setModel("ep-20250407100626-cz4xb");
} }
} }
......
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