fix: #1815 refuse to serve when disable gpt4

This commit is contained in:
Yidadaa
2023-06-07 01:02:01 +08:00
parent 2ebc26953d
commit 37da759fd5
3 changed files with 24 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ export const useUpdateStore = create<UpdateStore>()(
}));
}
} catch (e) {
showToast((e as Error).message);
console.error((e as Error).message);
}
},
}),