Migrated to 25.11, changed many things.

This commit is contained in:
2025-11-21 21:57:25 +02:00
parent d0d084be90
commit 1c745fc5f4
8 changed files with 61 additions and 74 deletions
+2 -2
View File
@@ -16,14 +16,14 @@
(use-package gptel
:config
(setq
gptel-model "openai/gpt-oss-120b"
gptel-model 'openai/gpt-oss-120b
gptel-backend
(gptel-make-openai "Groq"
:host "api.groq.com"
:endpoint "/openai/v1/chat/completions"
:stream t
:key "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"
:models '("openai/gpt-oss-120b")))
:models '('openai/gpt-oss-120b)))
:hook
(gptel-mode . (lambda ()
(setq-local whitespace-style '(face tabs trailing tab-mark