Fix: correct Ollama model name from mistral-3:8b to ministral-3:8b
- Update README.md Discord agent AI integration section - Update AGENTS.md Discord agent LLM configuration - Update RESTORE.md Discord agent environment variables and config - Correct all references to use proper model name
This commit is contained in:
@@ -54,7 +54,7 @@ Add these to your `.env` file:
|
||||
# Discord Agent
|
||||
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
||||
OLLAMA_ENDPOINT=http://192.168.0.31:11434
|
||||
OLLAMA_MODEL=mistral-3:8b
|
||||
OLLAMA_MODEL=ministral-3:8b
|
||||
TZ=Pacific/Auckland
|
||||
```
|
||||
|
||||
@@ -68,7 +68,7 @@ discord:
|
||||
|
||||
ollama:
|
||||
endpoint: "${OLLAMA_ENDPOINT:http://192.168.0.31:11434}"
|
||||
model: "${OLLAMA_MODEL:mistral-3:8b}"
|
||||
model: "${OLLAMA_MODEL:ministral-3:8b}"
|
||||
parameters:
|
||||
temperature: 0.7
|
||||
top_p: 0.9
|
||||
|
||||
Reference in New Issue
Block a user