Remove gptel

This commit is contained in:
Tobias Ostner 2026-03-16 11:55:11 +01:00
parent a6014829e2
commit ec966129dd
2 changed files with 0 additions and 17 deletions

View file

@ -319,22 +319,6 @@
(member (buffer-name) '("*Colors*" "*Faces*" "*Quick Help*")))
(variable-pitch-mode))))))
(use-package gptel
:bind ("C-c RET" . gptel-send)
:config
(setq gptel-backend
(gptel-make-openai "OpenRouter"
:host "openrouter.ai"
:endpoint "/api/v1/chat/completions"
:stream t
:key (lambda ()
(nth 0 (process-lines "pass" "show" "emacs-openrouter-api-key")))
:models '(openai/gpt-5
openai/gpt-5-mini
openai/gpt-5-nano
deepseek/deepseek-chat-v3-0324:free)))
(setq gptel-default-mode 'org-mode))
(use-package graphql-mode
:defer t)

View file

@ -27,7 +27,6 @@
flycheck
flycheck-clj-kondo
flycheck-swiftlint
gptel
graphql-mode
helpful
htmlize