# Copy this file to .env and fill in the values you wish to change. Most already # have sensible defaults. See config.ts for more details. PORT=7860 SERVER_TITLE=Trial Proxy (supports JanitorAI) MODEL_RATE_LIMIT=2 MAX_OUTPUT_TOKENS_OPENAI=450 #MAX_OUTPUT_TOKENS_ANTHROPIC=900 LOG_LEVEL=info REJECT_DISALLOWED=false REJECT_MESSAGE="This content violates the acceptable use policy." CHECK_KEYS=true QUOTA_DISPLAY_MODE=full QUEUE_MODE=fair TURBO_ONLY=true # BLOCKED_ORIGINS=riojoisjoisosjs.com # BLOCK_MESSAGE="You must be over the age of majority in your country to use this service." # BLOCK_REDIRECT="https://roblox.com/" # Note: CHECK_KEYS is disabled by default in local development mode, but enabled # by default in production mode. # Optional settings for user management. See docs/user-management.md. GATEKEEPER=user_token #GATEKEEPER_STORE=firebase_rtdb # MAX_IPS_PER_USER=20 # Optional settings for prompt logging. See docs/logging-sheets.md. PROMPT_LOGGING=false # ------------------------------------------------------------------------------ # The values below are secret -- make sure they are set securely. # For Huggingface, set them via the Secrets section in your Space's config UI. # For Render, create a "secret file" called .env using the Environment tab. # You can add multiple keys by separating them with a comma. OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #ANTHROPIC_KEY=sk-ant-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # TEMPORARY: This will eventually be replaced by a more robust system. # You can adjust the models used when sending OpenAI prompts to /anthropic. # Refer to Anthropic's docs for more info (note that they don't list older # versions of the models, but they still work). # CLAUDE_SMALL_MODEL=claude-v1.2 # CLAUDE_BIG_MODEL=claude-v1-100k # You can require a Bearer token for requests when using proxy_token gatekeeper. #PROXY_KEY=your-secret-key # You can set an admin key for user management when using user_token gatekeeper. ADMIN_KEY=your-very-secret-key # These are used for various persistence features. Refer to the docs for more # info. #FIREBASE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx #FIREBASE_RTDB_URL=https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.firebaseio.com # This is only relevant if you want to use the prompt logging feature. # GOOGLE_SHEETS_SPREADSHEET_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # GOOGLE_SHEETS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx