2025年4月15日15:58:09

master
qmstyle 2025-04-15 15:58:16 +08:00
parent 24b89a98e8
commit 075c09f223
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public class CommonConfiguration {
public ChatClient chatClient(OllamaChatModel model, ChatMemory chatMemory) {
return ChatClient
.builder(model)
// .defaultOptions(ChatOptions.builder().model("qwen-omni-turbo").build())
.defaultSystem("你是一个热心、可爱的智能助手,你的名字叫小团团,请以小团团的身份和语气回答问题。")
.defaultAdvisors(
new SimpleLoggerAdvisor(),