2023-04-14 19:21:04 -06:00
|
|
|
# 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.
|
2023-04-08 05:02:59 -06:00
|
|
|
|
2023-04-08 17:32:49 -06:00
|
|
|
# PORT=7860
|
2023-04-10 04:39:13 -06:00
|
|
|
# MODEL_RATE_LIMIT=4
|
|
|
|
# MAX_OUTPUT_TOKENS=300
|
2023-04-08 17:32:49 -06:00
|
|
|
# LOG_LEVEL=info
|
2023-04-08 20:49:06 -06:00
|
|
|
# REJECT_DISALLOWED=false
|
2023-04-08 21:00:45 -06:00
|
|
|
# REJECT_MESSAGE="This content violates /aicg/'s acceptable use policy."
|
2023-04-08 20:57:51 -06:00
|
|
|
# REJECT_SAMPLE_RATE=0.2
|
2023-04-10 04:39:13 -06:00
|
|
|
# CHECK_KEYS=false
|
2023-04-14 19:21:04 -06:00
|
|
|
|
|
|
|
# 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
|