From 7cb1ca8280b8afdfb44d246b6fd1a42686964ee6 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 26 Apr 2023 15:06:01 +0300 Subject: emacs: update chatgpt keys --- .emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.emacs.d') 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 -- cgit v1.2.3