oai-reverse-proxy/.env.example

17 lines
516 B
Plaintext
Raw Normal View History

2023-04-08 05:02:59 -06:00
# Copy this file to .env and fill in the values.
# Set your OpenAI API key(s) below, separated by commas if you have multiple keys.
2023-04-08 05:02:59 -06:00
OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2023-04-08 17:32:49 -06:00
# Optional settings (please see config.ts for more details)
# PORT=7860
# PROXY_KEY=your-secret-key
# MODEL_RATE_LIMIT=4
# MAX_OUTPUT_TOKENS=300
2023-04-08 17:32:49 -06:00
# LOG_LEVEL=info
# LOG_PROMPTS=false
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
# CHECK_KEYS=false