mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 05:34:01 +08:00
fix: #2336 resending message should delete origional messages
This commit is contained in:
@@ -289,7 +289,6 @@ export const useChatStore = create<ChatStore>()(
|
||||
const botMessage: ChatMessage = createMessage({
|
||||
role: "assistant",
|
||||
streaming: true,
|
||||
id: userMessage.id! + 1,
|
||||
model: modelConfig.model,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user