forked from XiaoMo/ChatGPT-Next-Web
fix: #3241 should not ensure openai url non-empty
This commit is contained in:
parent
fdca9e59de
commit
d033168d80
@ -49,7 +49,7 @@ export const useAccessStore = createPersistStore(
|
||||
},
|
||||
|
||||
isValidOpenAI() {
|
||||
return ensure(get(), ["openaiUrl", "openaiApiKey"]);
|
||||
return ensure(get(), ["openaiApiKey"]);
|
||||
},
|
||||
|
||||
isValidAzure() {
|
||||
|
Loading…
Reference in New Issue
Block a user