Remove gptel
This commit is contained in:
parent
a6014829e2
commit
ec966129dd
2 changed files with 0 additions and 17 deletions
|
|
@ -319,22 +319,6 @@
|
||||||
(member (buffer-name) '("*Colors*" "*Faces*" "*Quick Help*")))
|
(member (buffer-name) '("*Colors*" "*Faces*" "*Quick Help*")))
|
||||||
(variable-pitch-mode))))))
|
(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
|
(use-package graphql-mode
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
flycheck
|
flycheck
|
||||||
flycheck-clj-kondo
|
flycheck-clj-kondo
|
||||||
flycheck-swiftlint
|
flycheck-swiftlint
|
||||||
gptel
|
|
||||||
graphql-mode
|
graphql-mode
|
||||||
helpful
|
helpful
|
||||||
htmlize
|
htmlize
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue