This has to be a symbol now apparently

This commit is contained in:
Andrea Ciceri 2024-11-15 10:04:00 +01:00
parent 0f3d872faf
commit bcbbe82906
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -860,7 +860,7 @@ This is meant to be an helper to be called from the window manager."
(use-package gptel (use-package gptel
:custom :custom
(gptel-api-key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH")))) (gptel-api-key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH"))))
(gptel-model "gpt-4o") (gptel-model 'gpt-4o)
:config :config
(require 'gptel-curl) (require 'gptel-curl)