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:
Jamie Miller
2026-02-06 04:41:50 +00:00
parent a3f6855f32
commit e7cf672603
3 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ This document provides a comprehensive overview of the Docker infrastructure man
- **Network**: `internal_net`, `db_net`
- **Configuration**: `/docker/discord-agent/config/agent-config.yaml`
- **Data**: `/docker/discord-agent/data/`
- **LLM**: Ollama (mistral-3:8b) at `http://192.168.0.31:11434`
- **LLM**: Ollama (ministral-3:8b) at `http://192.168.0.31:11434`
- **Features**: Discord commands, service integrations, AI chat capabilities
- **Database**: MySQL for conversation persistence
- **Cogs**: Modular architecture with base_cog and integration_cog