Add gemma2:2b model option
This commit is contained in:
parent
7c9f4475ce
commit
c622de4d80
@ -14,7 +14,8 @@
|
||||
(defvar gptel-backend-ollama (gptel-make-ollama "Ollama"
|
||||
:stream t
|
||||
:models '("llama3.1:latest"
|
||||
"mistral-nemo:latest")))
|
||||
"mistral-nemo:latest"
|
||||
"gemma2:2b")))
|
||||
(setq gptel-backend gptel-backend-openai
|
||||
gptel-model "gpt-4o")
|
||||
(defun gptel-select-backend (backend)
|
||||
|
Loading…
Reference in New Issue
Block a user