diff --git a/README.org b/README.org index 69a7848..b54ca7b 100644 --- a/README.org +++ b/README.org @@ -2,10 +2,12 @@ #+author: Phil Bajsicki #+auto_tangle: t #+PROPERTY: header-args :elisp :tangle gptel-org-tools.el +* Note +This repository previously lived on my personal forge. I have since moved it to codeberg. My personal forge will remain reasonably up-to-date, however [[https://codeberg.org/bajsicki/gptel-org-tools][codeberg]] is the reference repository. + * Disclaimer - ~This package is an active privacy risk. It allows the LLM to autonomously expand its context in any direction it chooses.~ - ~Only connect to third-party systems if you understand and accept the risk of *any* of your files becoming publicly accessible.~ - * Intro This is a collection of tools I wrote to help me review my life. @@ -40,7 +42,7 @@ packages.el: #+begin_src elisp :tangle no (package! gptel-org-tools :recipe (:host nil - :repo "https://git.bajsicki.com/phil/gptel-org-tools")) + :repo "https://codeberg.org/bajsicki/gptel-org-tools")) #+end_src config.el: