【解决todo】Chat Stream 处理失败的逻辑

This commit is contained in:
cherishsince
2024-05-24 14:49:05 +08:00
parent f0e4e535f4
commit 8f0c5998aa
4 changed files with 12 additions and 4 deletions

View File

@ -32,6 +32,7 @@ public interface ErrorCodeConstants {
// ========== API 聊天消息 1-040-004-000 ==========
ErrorCode AI_CHAT_MESSAGE_NOT_EXIST = new ErrorCode(1_040_004_000, "消息不存在!");
ErrorCode AI_CHAT_STREAM_ERROR = new ErrorCode(1_040_004_001, "Stream 对话异常!");
// midjourney