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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user