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.
This commit is contained in:
@@ -22,9 +22,17 @@
|
|||||||
:stream t
|
:stream t
|
||||||
:protocol "http"
|
:protocol "http"
|
||||||
:host "127.0.0.1:1945"
|
: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"
|
||||||
"gemma-4-26B-Q2"
|
"gemma-4-26B-Q2"
|
||||||
|
"Qwen3.5-0.8B"
|
||||||
|
"Qwen3.5-2B"
|
||||||
|
"Qwen3.5-4B"
|
||||||
|
"Qwen3.5-9B"
|
||||||
"QwenSeek-2B")))
|
"QwenSeek-2B")))
|
||||||
|
|
||||||
(setq gptel-model 'gemma4:31b-cloud
|
(setq gptel-model 'gemma4:31b-cloud
|
||||||
|
|||||||
Reference in New Issue
Block a user