File size: 337 Bytes
20ec4ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
OAUTH_CLIENT_ID=
OAUTH_CLIENT_SECRET=
APP_PORT=5173
REDIRECT_URI=http://localhost:5173/auth/login
DEFAULT_HF_TOKEN=
# Optional
# By setting this variable, you will bypass the login page + the free requests
# and will use the token directly.
# This is useful for testing purposes or local use.
HF_TOKEN=
GEMINI_API_KEY=
CHATGPT_API_KEY=
|