From 50512ab90ec9fbc1104f040a8c39b8faeed3333f Mon Sep 17 00:00:00 2001 From: milo Date: Sun, 11 May 2025 00:13:57 -0400 Subject: [PATCH] Fixed the .env file with thte right values --- .env | 6 +++--- src/requirements.txt | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 9261dbc..ecdbae9 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -DISCORD_TOKEN=your_real_discord_token_here -OLLAMA_API=http://localhost:11434 +DISCORD_TOKEN=MTM2OTc3NDY4OTYzNDg4MTU4Ng.G9Nrgz.akHoOO9SrXCDwiOCI3BUXfdR4bpSNb9zrVx9UI +OLLAMA_API=http://192.168.1.100:11434/api/generate MODEL_NAME=llama3:latest -CHANNEL_ID=123456789012345678 +CHANNEL_ID=1370420592360161393 diff --git a/src/requirements.txt b/src/requirements.txt index b19c107..d112ed8 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,4 @@ -discord.py +discord.py python-dotenv -pyyaml \ No newline at end of file +pyyaml +requests \ No newline at end of file