diff --git a/web/admin-spa/src/components/user/CreateApiKeyModal.vue b/web/admin-spa/src/components/user/CreateApiKeyModal.vue index 38b97261..a752d7c6 100644 --- a/web/admin-spa/src/components/user/CreateApiKeyModal.vue +++ b/web/admin-spa/src/components/user/CreateApiKeyModal.vue @@ -3,7 +3,9 @@ v-if="show" class="fixed inset-0 z-50 h-full w-full overflow-y-auto bg-gray-600 bg-opacity-50" > -
Set to 0 for unlimited tokens
-Set to 0 for unlimited daily cost
-Leave empty for no expiration
-- Set these environment variables to use this API key: -
-export ANTHROPIC_BASE_URL="http://your-server:3000/api/"
-
- export ANTHROPIC_AUTH_TOKEN="{{ apiKey.keyPreview || 'your-api-key' }}"
-
-