This commit is contained in:
GH Action - Upstream Sync
2023-11-14 00:54:52 +00:00
5 changed files with 41 additions and 38 deletions

View File

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