From 93c48911d109c6ea3d9b08d05694f07ebf1e038c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 29 Jul 2025 14:26:20 +0200 Subject: feat(umapyai): Swap default model --- src/umapyai/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/umapyai/constants.py b/src/umapyai/constants.py index 9add8ce..207ef8b 100644 --- a/src/umapyai/constants.py +++ b/src/umapyai/constants.py @@ -3,6 +3,6 @@ CHROMA_DIRECTORY = "./chromadb" CHROMA_COLLECTION = "uma_guides" CHUNK_SIZE = 350 # words EMBEDDING_MODEL = "all-MiniLM-L6-v2" -OLLAMA_MODEL = "llama3.2" +OLLAMA_MODEL = "qwen3:14b" TOP_K = 4 OLLAMA_URL = "http://localhost:11434" -- cgit v1.2.3