Support controlling whether to enable the API Key setting module through environment variables.

This commit is contained in:
Rafi
2023-03-24 14:22:45 +08:00
parent 323f10844b
commit 5fa059017c
2 changed files with 6 additions and 1 deletions

View File

@@ -239,6 +239,10 @@ onMounted(async () => {
</v-card>
</v-dialog>
<ApiKeyDialog
v-if="runtimeConfig.public.customApiKey"
/>
<ModelParameters/>
<v-menu