chore(configs): prune unused AI models in init-ai.el

This commit is contained in:
2026-05-06 20:56:35 -03:00
parent 2d061947a6
commit 72a0c488f1

View File

@@ -22,25 +22,15 @@
:host "localhost:11434" :host "localhost:11434"
:stream t :stream t
:request-params '(:think :json-false) :request-params '(:think :json-false)
:models '("cajina/gemma4_e2b-Q4_k_s:v01" :models '("gemini-3-flash-preview:cloud"
"dagbs/qwen2.5-coder-0.5b-instruct-abliterated:q4_k_l"
"gemini-3-flash-preview:cloud"
"gemma4:31b-cloud" "gemma4:31b-cloud"
"gemma4:e2b"
"gemma4:e4b"
"glm-5.1:cloud" "glm-5.1:cloud"
"glm-5:cloud" "glm-5:cloud"
"gpt-oss:120b-cloud" "gpt-oss:120b-cloud"
"jaahas/qwen3.5-uncensored:2b"
"jaahas/qwen3.5-uncensored:4b"
"jewelzufo/Qwen2.5-Coder-0.5B-Instruct-GGUF-Assistant:latest"
"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" "qwen3-coder:480b-cloud")))
"qwen3.5:2b"
"qwen3.5:4b"
"su_robin/gemma-4-E4B-it-Q4_K_M:latest")))
(setq gptel-model 'gemma-4-26B (setq gptel-model 'gemma-4-26B
gptel-backend gptel-backend
@@ -48,10 +38,9 @@
:stream t :stream t
:protocol "http" :protocol "http"
:host "127.0.0.1:1945" :host "127.0.0.1:1945"
:models '("gemma-4-E2B" :models '("gemma-4-E4B"
"gemma-4-E4B"
"gemma-4-26B" "gemma-4-26B"
"Qwen3.5-0.8B"))) "QwenSeek-2B")))
(setq gptel-default-mode 'org-mode (setq gptel-default-mode 'org-mode
gptel-prompt-prefix-alist gptel-prompt-prefix-alist