Define symbol to get api key

This commit is contained in:
Marcus Kammer 2024-04-04 22:37:05 +02:00
parent f54fbc6cb2
commit 04865864c5

View file

@ -371,7 +371,7 @@
(setq gptel-use-curl t)) (setq gptel-use-curl t))
(gptel-make-anthropic "Claude" (gptel-make-anthropic "Claude"
:stream t :stream t
:key #'gptel-api-key-from-auth-source)) :key gptel-api-key))
(use-package gnuplot (use-package gnuplot
:defer t) :defer t)