From 6c76f05ec06e1fea0630e2c270f55b430efdbfbf Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 26 Sep 2025 13:48:00 +0300 Subject: [PATCH] feat: configure ellama models again --- private_dot_config/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 6fad60f..7d3b2f0 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -582,7 +582,7 @@ (make-llm-ollama ;; this model should be pulled to use it ;; value should be the same as you print in terminal during pull - :chat-model "qwen2.5-coder:latest" + :chat-model "danielsheep/Qwen3-Coder-30B-A3B-Instruct-1M-Unsloth:UD-IQ3_XXS" :embedding-model "nomic-embed-text" :default-chat-non-standard-params '(("num_ctx" . 8192)))) ;; (setopt ellama-summarization-provider @@ -613,7 +613,7 @@ :default-chat-non-standard-params '(("num_ctx" . 32768)))) (setopt ellama-extraction-provider (make-llm-ollama - :chat-model "qwen2.5-coder:latest" + :chat-model "qwen2.5-coder:14b" :embedding-model "nomic-embed-text" :default-chat-non-standard-params '(("num_ctx" . 32768))))