mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
# Your OpenAI API Key. If GPT-4 is available it will use that, otherwise will use 3.5-turbo
|
|
OPENAI_API_KEY=MY-API-KEY
|
|
|
|
# If you want to enable Helicone proxy and caching
|
|
# HELICONE_KEY=MY-HELICONE-KEY
|
|
# OPENAI_API_BASE=https://oai.hconeai.com/v1
|
|
|
|
# Control log level
|
|
LOG_LEVEL=INFO |