mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 07:07:22 +08:00
fix: #1815 refuse to serve when disable gpt4
This commit is contained in:
@@ -84,7 +84,7 @@ export const useUpdateStore = create<UpdateStore>()(
|
||||
}));
|
||||
}
|
||||
} catch (e) {
|
||||
showToast((e as Error).message);
|
||||
console.error((e as Error).message);
|
||||
}
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user