fix: 兼容claude ai

This commit is contained in:
ccnetcore
2025-06-27 22:49:08 +08:00
parent 2b07061c18
commit bbedd01a72
3 changed files with 34 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ public class AiChatService : ApplicationService
//断开连接
messageQueue.Enqueue("data: done\n");
messageQueue.Enqueue("data: [DONE]\n");
// 标记完成并发送结束标记
isComplete = true;