Fixed the .env file with thte right values
This commit is contained in:
parent
5a01362e9e
commit
50512ab90e
2 changed files with 6 additions and 5 deletions
6
.env
6
.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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
discord.py
|
||||
python-dotenv
|
||||
pyyaml
|
||||
requests
|
||||
Loading…
Reference in a new issue