autogpt2 / classic /forge /.env.example
seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
194 Bytes
# 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