mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-23 09:15:21 -04:00
9be4af4ccd
- Introduced `PENTAGI_OLLAMA_DIR` in `.env.example` and updated `docker-compose.yml` to include a new volume for Ollama. - Modified the `Dockerfile` to create the necessary directory for Ollama and adjusted permissions. - Updated various provider files to utilize pointers for model options, improving memory efficiency. - Added `min_p` parameter to `AgentConfig` and updated related methods to support this new configuration. - Enhanced entrypoint script to generate an SSH key for Ollama if it does not exist. - Updated documentation and example configurations to reflect the new Ollama integration and parameters.