# 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 # MODEL_RATE_LIMIT=4 # MAX_OUTPUT_TOKENS=300 # LOG_LEVEL=info # REJECT_DISALLOWED=false # REJECT_MESSAGE="This content violates /aicg/'s acceptable use policy." # CHECK_KEYS=false # QUOTA_DISPLAY_MODE=full # QUEUE_MODE=fair # Note: CHECK_KEYS is disabled by default in local development mode, but enabled # by default in production mode. # Optional settings for prompt logging to Google Sheets # PROMPT_LOGGING=false # ------------------------------------------------------------------------------ # !!! EVERYTHING BELOW IS FOR LOCAL DEVELOPMENT ONLY !!! # If you are deploying this to Huggingface Spaces, do not set any keys here as # the .env file is public and your keys will be exposed. # Sensitive keys should be set in the Secrets UI instead. # You can add multiple keys by separating them with a comma. OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # You can require a bearer token to access the proxy by setting the key below. # PROXY_KEY=your-secret-key # This is only relevant if you want to use the prompt logging feature. # GOOGLE_SHEETS_SPREADSHEET_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # GOOGLE_SHEETS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx