mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
emacs : chatgpt -> gptel
This commit is contained in:
@ -1,16 +1,12 @@
|
|||||||
;; init-chatgpt.el -*- lexical-binding: t -*-
|
;; init-chatgpt.el -*- lexical-binding: t -*-
|
||||||
(use-package chatgpt-shell
|
(use-package gptel
|
||||||
:straight t
|
:straight t
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq chatgpt-shell-openai-key custom-chatgpt-my-key))
|
(setq gptel-model "gpt-4o-mini")
|
||||||
(use-package dall-e-shell
|
(setq gptel-api-key custom-chatgpt-my-key))
|
||||||
:straight t
|
|
||||||
:ensure t
|
|
||||||
:defer t
|
|
||||||
:config
|
|
||||||
(setq dall-e-shell-openai-key custom-chatgpt-my-key))
|
|
||||||
|
|
||||||
(provide 'init-chatgpt)
|
(provide 'init-chatgpt)
|
||||||
;;; init-chatgpt.el ends here
|
;;; init-chatgpt.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user