Update stuff

This commit is contained in:
2026-08-10 01:49:09 -07:00
parent f3e75618d8
commit f7514883d5
+10 -10
View File
@@ -4015,17 +4015,17 @@ vising, and their major mode"
:models my/-ollama-models
:host (my/get-private 'ollama-host)))
(gptel-make-preset 'localai-chat
:description "LocalAI with Gemma4 (31b) (web search enabled)"
:backend my/-localai-backend
:model 'gemma-4-31b-it-qat-q4_0
:system 'default
:tools '("WebSearch" "list_buffers" "read_buffer"))
:description "LocalAI with Gemma4 (31b) (web search enabled)"
:backend my/-localai-backend
:model 'gemma-4-31b-it-qat-q4_0
:system 'default
:tools '("WebSearch" "list_buffers" "read_buffer"))
(gptel-make-preset 'localai-code
:description "LocalAI with Qwen2.5 Coder (32b) (web search enabled)"
:backend my/-localai-backend
:model 'qwen2.5-coder-32b-instruct-q4_k_m
:system 'default
:tools '("WebSearch" "list_buffers" "read_buffer"))
:description "LocalAI with Qwen2.5 Coder (32b) (web search enabled)"
:backend my/-localai-backend
:model 'qwen2.5-coder-32b-instruct-q4_k_m
:system 'default
:tools '("WebSearch" "list_buffers" "read_buffer"))
(gptel-preset 'localai-chat))
(use-package gptel-agent
:after 'gptel