From 7f94f2ab21903dd1f49103de369c03056424ea8b Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 13 May 2026 20:18:26 +0200 Subject: [PATCH] Update Ollama my big llama.txt --- Ollama my big llama.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Ollama my big llama.txt b/Ollama my big llama.txt index ff7c019..56badb2 100644 --- a/Ollama my big llama.txt +++ b/Ollama my big llama.txt @@ -114,9 +114,27 @@ models: - edit - apply - - name: Qwen Agent + - name: Qwen2.5 Coder 14B Q4 provider: ollama - model: qwen2.5-coder:14b + model: qwen2.5-coder-14b-q4 + apiBase: http://192.168.1.250:11434 + roles: + - chat + - edit + - apply + + - name: Qwen2.5 Coder 7B Q8 + provider: ollama + model: qwen2.5-coder-7b-q8 + apiBase: http://192.168.1.250:11434 + roles: + - chat + - edit + - apply + + - name: Qwen2.5 Coder 7B FP16 + provider: ollama + model: qwen2.5-coder-7b-fp16 apiBase: http://192.168.1.250:11434 roles: - chat