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