mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
change o1 model
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user