This has to be a symbol now apparently
This commit is contained in:
parent
0f3d872faf
commit
bcbbe82906
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue