mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 21:43:45 +08:00
feat:disable reset
This commit is contained in:
@@ -105,7 +105,7 @@ export const useAppConfig = createPersistStore(
|
||||
{ ...DEFAULT_CONFIG },
|
||||
(set, get) => ({
|
||||
reset() {
|
||||
set(() => ({ ...DEFAULT_CONFIG }));
|
||||
//set(() => ({ ...DEFAULT_CONFIG }));
|
||||
},
|
||||
|
||||
mergeModels(newModels: LLMModel[]) {
|
||||
|
||||
Reference in New Issue
Block a user