feat(ai): update gptel model and ollama backend list

This commit is contained in:
2026-05-06 22:27:37 -03:00
parent 5667bfd7e8
commit 9bec2fedcf

View File

@@ -18,22 +18,18 @@
:key (getenv "GEMINI_KEY")
:stream t)))
(setq gptel-backend (gptel-make-ollama "Ollama"
(setq gptel-model 'gemma4:31b-cloud
gptel-backend (gptel-make-ollama "Ollama"
:host "localhost:11434"
:stream t
:request-params '(:think :json-false)
:models '("gemini-3-flash-preview:cloud"
"gemma4:31b-cloud"
:models '("gemma4:31b-cloud"
"glm-5.1:cloud"
"glm-5:cloud"
"gpt-oss:120b-cloud"
"kimi-k2.6:cloud"
"minimax-m2.5:cloud"
"qwen3-coder-next:cloud"
"qwen3-coder:480b-cloud")))
"qwen3-coder-next:cloud")))
(setq gptel-model 'gemma-4-26B-Q2
gptel-backend
(setq gptel-backend
(gptel-make-openai "llama.cpp"
:stream t
:protocol "http"