autogpt / forge /.env.example
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame contribute delete
No virus
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