Files
botbot/.env.example
2025-05-01 00:47:41 +01:00

11 lines
267 B
Plaintext

# LOG_LEVEL options: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET
LOG_LEVEL=INFO
# Matrix Configuration
HOMESERVER_URL = "https://matrix.org"
USER_ID = "@botbot_user:matrix.org"
PASSWORD = "botbot_password"
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here