From 8d7d8145764dc23a0e2afa1454c9cc8915677cf4 Mon Sep 17 00:00:00 2001 From: "Jaisser J. Sanguino" Date: Sat, 9 May 2026 03:01:54 -0300 Subject: [PATCH] feat(configs): add new Gemma and Qwen models to gptel config Expanded the list of available models to include various quantizations for Gemma-4 and several Qwen3.5 model sizes. --- configs/init-ai.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configs/init-ai.el b/configs/init-ai.el index afb330e..087033c 100644 --- a/configs/init-ai.el +++ b/configs/init-ai.el @@ -22,9 +22,17 @@ :stream t :protocol "http" :host "127.0.0.1:1945" - :models '("gemma-4-E4B" + :models '("gemma-4-E2B" + "gemma-4-E2B-Q2" + "gemma-4-E4B" + "gemma-4-E4B-Q2" + "gemma-4-E4B-UNCENSORED" "gemma-4-26B" "gemma-4-26B-Q2" + "Qwen3.5-0.8B" + "Qwen3.5-2B" + "Qwen3.5-4B" + "Qwen3.5-9B" "QwenSeek-2B"))) (setq gptel-model 'gemma4:31b-cloud