mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
access
This commit is contained in:
parent
f9b1dc9c05
commit
b5e01e1fd9
@ -49,7 +49,7 @@ export const useAccessStore = createPersistStore(
|
||||
},
|
||||
|
||||
isValidOpenAI() {
|
||||
return ensure(get(), ["openaiApiKey"]);
|
||||
return ensure(get(), ["openaiUrl", "openaiApiKey"]);
|
||||
},
|
||||
|
||||
isValidAzure() {
|
||||
|
Loading…
Reference in New Issue
Block a user