diff options
| -rw-r--r-- | src/umapyai/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |