This commit is contained in:
DirkSchlossmacher 2023-11-14 08:02:31 +01:00
parent f9b1dc9c05
commit b5e01e1fd9

View File

@ -49,7 +49,7 @@ export const useAccessStore = createPersistStore(
},
isValidOpenAI() {
return ensure(get(), ["openaiApiKey"]);
return ensure(get(), ["openaiUrl", "openaiApiKey"]);
},
isValidAzure() {