mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 05:34:01 +08:00
feat: 1)upload image with type 'heic' 2)change the empty message to ';' for models 3)
This commit is contained in:
@@ -433,7 +433,7 @@ export const useChatStore = createPersistStore(
|
||||
content:
|
||||
session.memoryPrompt.length > 0
|
||||
? Locale.Store.Prompt.History(session.memoryPrompt)
|
||||
: "",
|
||||
: ";",
|
||||
date: "",
|
||||
} as ChatMessage;
|
||||
},
|
||||
|
Reference in New Issue
Block a user