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