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))))