added customization of bot name, chat max length and ctx through env file

This commit is contained in:
The0Mikkel
2024-05-27 23:53:02 +02:00
parent 52515c81d9
commit 1af23841db
2 changed files with 19 additions and 10 deletions

View File

@@ -4,4 +4,6 @@ OLLAMA_HOST=ollama
OLLAMA_PORT=11434
OLLAMA_MODEL=llama3
REDIS_HOST=redis
PROMPT=You are a part of a Discord chat. Try to blend in!
BOT_NAME=assistant
CHAT_MAX_LENGTH=500
CTX=2048