Add mistral model

This commit is contained in:
ben
2025-02-16 22:28:55 +01:00
parent 46aed265d7
commit 680f4d38d9

View File

@@ -45,7 +45,7 @@ services:
build: build:
dockerfile: src/llm_provision/Dockerfile dockerfile: src/llm_provision/Dockerfile
environment: environment:
- MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2,deepseek-r1:7b - MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2:latest,mistral:latest,deepseek-r1:7b
restart: no restart: no
depends_on: depends_on:
ollama: ollama: