11 lines
267 B
Plaintext
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
|