mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 12:06:30 +08:00
fix: request errors
This commit is contained in:
@@ -229,7 +229,7 @@ export const useChatStore = create<ChatStore>()(
|
||||
}
|
||||
},
|
||||
onError(error) {
|
||||
botMessage.content = "出错了,稍后重试吧";
|
||||
botMessage.content += "\n\n出错了,稍后重试吧";
|
||||
botMessage.streaming = false;
|
||||
set(() => ({}));
|
||||
},
|
||||
|
Reference in New Issue
Block a user