change o1 model

This commit is contained in:
sijinhui
2024-10-05 12:29:34 +08:00
parent 54a1f6b077
commit 2feb0e96d0
2 changed files with 24 additions and 24 deletions

View File

@@ -182,7 +182,7 @@ export const useAppConfig = createPersistStore(
}),
{
name: StoreKey.Config,
version: 4.3,
version: 4.32,
merge(persistedState, currentState) {
const state = persistedState as ChatConfig | undefined;
@@ -243,7 +243,7 @@ export const useAppConfig = createPersistStore(
DEFAULT_CONFIG.modelConfig.compressProviderName;
}
if (version < 4.3) {
if (version < 4.32) {
state.models = DEFAULT_CONFIG.models;
}