Add new model

This commit is contained in:
ben
2025-04-14 17:44:25 +02:00
parent d070c7fa4d
commit 23b0703506
2 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ services:
build: build:
dockerfile: src/ollama_provision/Dockerfile dockerfile: src/ollama_provision/Dockerfile
environment: environment:
- MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2:latest,mistral:latest,deepseek-r1:7b - MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2:latest,mistral:latest,deepseek-r1:7b,deepcoder:14b
volumes: volumes:
- ollama:/root/.ollama - ollama:/root/.ollama
restart: no restart: no

View File

@@ -32,3 +32,6 @@ clients:
- name: deepseek-r1:7b - name: deepseek-r1:7b
supports_function_calling: true supports_function_calling: true
max_input_tokens: 128000 max_input_tokens: 128000
- name: deepcoder:14b
supports_function_calling: true
max_input_tokens: 128000