mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 20:14:24 +01:00
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
# Your OpenAI API Key. If GPT-4 is available it will use that, otherwise will use 3.5-turbo
|
|
OPENAI_API_KEY=abc
|
|
|
|
# Control log level
|
|
LOG_LEVEL=INFO
|
|
DATABASE_STRING="sqlite:///agent.db"
|
|
PORT=8000
|
|
AGENT_WORKSPACE="agbenchmark_config/workspace"
|