OPenAI initial setup

This commit is contained in:
2025-05-01 00:47:41 +01:00
parent e287e6197e
commit 2df7e18916
3 changed files with 43 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ LOG_LEVEL=INFO
HOMESERVER_URL = "https://matrix.org"
USER_ID = "@botbot_user:matrix.org"
PASSWORD = "botbot_password"
LOG_LEVEL=INFO
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here