Skip to content

Commit

Permalink
feat: Remove org-ai for now and will reactivate it later
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Sep 27, 2023
1 parent 3b580f1 commit 7f79288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ This function should only modify configuration layer settings."
feature-mode
(term-cursor :location (recipe :fetcher github :repo "h0d/term-cursor.el" ))
org-roam-ui
org-ai
ssh-agency
greader)
;; A list of packages that cannot be updated.
Expand Down
17 changes: 0 additions & 17 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -360,23 +360,6 @@ E.g. when visiting a soft/hard link.
(setq native-comp-async-report-warnings-errors nil))
#+END_SRC
** org-mode
*** org-ai
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(use-package org-ai
:ensure :commands
(org-ai-mode)
:custom (org-ai-openai-api-token (auth-source-pick-first-password :host "api.openai.com")):init
(add-hook 'org-mode-hook #'org-ai-mode)
:config (setq org-ai-default-chat-model "gpt-3.5-turbo")(org-ai-install-yasnippets))

(use-package whisper
:load-path "~/.spacemacs.d/private/whisper.el/whisper.el"
:bind ("M-s-r" . whisper-run))
(require 'whisper (expand-file-name "~/.spacemacs.d/private/whisper.el/whisper.el"))
(use-package greader :ensure)
(require 'org-ai-talk)
#+END_SRC

*** org-pomodora
#+BEGIN_SRC emacs-lisp :tangle user-config.el
;; Lower the volume of the sounds
Expand Down

0 comments on commit 7f79288

Please sign in to comment.