mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-07 16:57:32 +00:00
feat:调整可观测性监听器逻辑
This commit is contained in:
@@ -320,7 +320,6 @@ public class ChatServiceFacade implements IChatService {
|
||||
|
||||
// 7. 发起对话
|
||||
StreamingChatModel streamingChatModel = chatService.buildStreamingChatModel(chatModelVo, chatRequest);
|
||||
streamingChatModel.listeners().add(new MyChatModelListener());
|
||||
streamingChatModel.chat(chatRequest.getContent(), combinedHandler);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user