Using gemma3:12b-it-qat instead of regular gemma3:12b
This commit is contained in:
parent
fa65d80bef
commit
bd3d65cfd5
@ -487,7 +487,7 @@ related notes or tasks."
|
||||
(setq dall-e-shell-openai-key openai-key)
|
||||
|
||||
(require 'llm-ollama)
|
||||
(setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :embedding-model "gemma3:12b" :chat-model "gemma3:12b"))
|
||||
(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 llm-warn-on-nonfree nil)
|
||||
|
||||
(after! magit
|
||||
|
@ -929,7 +929,7 @@ The menu is bound to =SPC l= (for LLMs) and currently contains:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(require 'llm-ollama)
|
||||
(setq magit-gptcommit-llm-provider (make-llm-ollama :scheme "http" :host "192.168.0.122" :embedding-model "gemma3:12b" :chat-model "gemma3:12b"))
|
||||
(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 llm-warn-on-nonfree nil)
|
||||
|
||||
(after! magit
|
||||
|
Loading…
x
Reference in New Issue
Block a user