Going back to using gemma3:12b for magit-gptcommit

This commit is contained in:
Roger Gonzalez 2025-04-30 15:54:33 -03:00
parent bd3d65cfd5
commit 4fd50e6c39
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -487,7 +487,7 @@ related notes or tasks."
(setq dall-e-shell-openai-key openai-key) (setq dall-e-shell-openai-key openai-key)
(require 'llm-ollama) (require 'llm-ollama)
(setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :embedding-model "gemma3:12b-it-qat" :chat-model "gemma3:12b-it-qat")) (setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :chat-model "gemma3:12b"))
(setq llm-warn-on-nonfree nil) (setq llm-warn-on-nonfree nil)
(after! magit (after! magit

View File

@ -929,7 +929,7 @@ The menu is bound to =SPC l= (for LLMs) and currently contains:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(require 'llm-ollama) (require 'llm-ollama)
(setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :embedding-model "gemma3:12b-it-qat" :chat-model "gemma3:12b-it-qat")) (setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :chat-model "gemma3:12b"))
(setq llm-warn-on-nonfree nil) (setq llm-warn-on-nonfree nil)
(after! magit (after! magit