add Gemma2 which is better for language-related prompts.

This commit is contained in:
ben
2025-01-22 21:13:04 +01:00
parent b89f55ae80
commit 1b3b94fb66
3 changed files with 3 additions and 3 deletions

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 - MODELS=qwen2.5:latest,qwen2.5-coder:32b,nomic-embed-text:latest,gemma2
restart: no restart: no
depends_on: depends_on:
ollama: ollama:

View File

@@ -1,5 +1,5 @@
--- ---
model: ollama:qwen2.5 model: ollama:gemma2
temperature: 0 temperature: 0
top_p: 0 top_p: 0

View File

@@ -1,5 +1,5 @@
--- ---
model: ollama:qwen2.5 model: ollama:gemma2
temperature: 0 temperature: 0
top_p: 0 top_p: 0