summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-26 15:06:01 +0300
committerThanos Apollo <[email protected]>2023-04-26 15:06:01 +0300
commit7cb1ca8280b8afdfb44d246b6fd1a42686964ee6 (patch)
tree0868a66053c8960ad04c258157b0f804bce9f7bd /.emacs.d
parent7e878cb8b7b7cfd736ec3aa47ae9e3fb4293efae (diff)
emacs: update chatgpt keys
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 5ccf920..c092880 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1004,9 +1004,7 @@ Contains the list of packages that need to be installed.")
:keymaps 'org-mode-map
"3" 'org-insert-image-size-300)
-(if is-hermes
- (setq openai-key (password-store-get "chatgpt/api2"))
- (setq openai-key (password-store-get "chatgpt/api")))
+(setq openai-key (password-store-get "chatgpt/api"))
(use-package circe
:ensure t