This commit is contained in:
GH Action - Upstream Sync
2024-05-07 00:28:12 +00:00
7 changed files with 35 additions and 16 deletions

View File

@@ -1088,6 +1088,7 @@ function _Chat() {
if (payload.url) {
accessStore.update((access) => (access.openaiUrl = payload.url!));
}
accessStore.update((access) => (access.useCustomConfig = true));
});
}
} catch {