mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
临时修复压缩消息所用提供商错误bug
This commit is contained in:
@@ -953,6 +953,7 @@ export const useChatStore = createPersistStore(
|
||||
messages: topicMessages,
|
||||
config: {
|
||||
model: modelConfig.compressModel,
|
||||
providerName: modelConfig.compressProviderName,
|
||||
stream: false,
|
||||
},
|
||||
onFinish(message) {
|
||||
|
||||
Reference in New Issue
Block a user