Use function to get api key for anthropic bacend

This commit is contained in:
Marcus Kammer 2024-04-03 09:42:25 +02:00
parent 4b2aba4d8a
commit b116584da7

View file

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