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