Update documentation

This commit is contained in:
The0Mikkel
2024-05-28 00:12:03 +02:00
parent 1af23841db
commit 2d4c510751
7 changed files with 70 additions and 7 deletions

9
bot.env.example Normal file
View File

@@ -0,0 +1,9 @@
DISCORD_TOKEN=<token>
ADMIN_ID=209692688415457282
OLLAMA_HOST=ollama
OLLAMA_PORT=11434
OLLAMA_MODEL=llama3
REDIS_HOST=redis
BOT_NAME=assistant
CHAT_MAX_LENGTH=500
CTX=2048