mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 04:42:46 +08:00
fix: #3241 should not ensure openai url non-empty
This commit is contained in:
@@ -49,7 +49,7 @@ export const useAccessStore = createPersistStore(
|
|||||||
},
|
},
|
||||||
|
|
||||||
isValidOpenAI() {
|
isValidOpenAI() {
|
||||||
return ensure(get(), ["openaiUrl", "openaiApiKey"]);
|
return ensure(get(), ["openaiApiKey"]);
|
||||||
},
|
},
|
||||||
|
|
||||||
isValidAzure() {
|
isValidAzure() {
|
||||||
|
Reference in New Issue
Block a user