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