feat(ai): update gptel model and ollama backend list
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user