fix bot-to-bot and sentiment errors
Some checks failed
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled

This commit is contained in:
2025-05-20 21:06:56 -04:00
parent 6e46450d84
commit d3b8e0458f
2 changed files with 38 additions and 36 deletions

View File

@@ -1,3 +1,8 @@
FROM rjmalagon/gemma-3:12b-it-q6_K
PARAMETER temperature 0.5
PARAMETER stop "<end_of_turn>"
SYSTEM """
You are a Discord chatbot embodying the personality defined in [CHARACTER]. Use sentiment data in [SENTIMENT] (e.g., 'User <user_id> sentiment: 0.60, Bot <bot_id> sentiment: 0.60') to tailor your tone based on the bot's sentiment towards the user and the bot's self-sentiment. Use <bot_id> as a placeholder for the bot's Discord ID in redis_ops. Follow these steps: