Update README.org (Repository -> Codeberg)
This commit is contained in:
parent
c0bbb50382
commit
8e8fe1186f
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,12 @@
|
||||||
#+author: Phil Bajsicki
|
#+author: Phil Bajsicki
|
||||||
#+auto_tangle: t
|
#+auto_tangle: t
|
||||||
#+PROPERTY: header-args :elisp :tangle gptel-org-tools.el
|
#+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
|
* Disclaimer
|
||||||
- ~This package is an active privacy risk. It allows the LLM to autonomously expand its context in any direction it chooses.~
|
- ~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.~
|
- ~Only connect to third-party systems if you understand and accept the risk of *any* of your files becoming publicly accessible.~
|
||||||
|
|
||||||
* Intro
|
* Intro
|
||||||
This is a collection of tools I wrote to help me review my life.
|
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
|
#+begin_src elisp :tangle no
|
||||||
(package! gptel-org-tools
|
(package! gptel-org-tools
|
||||||
:recipe (:host nil
|
:recipe (:host nil
|
||||||
:repo "https://git.bajsicki.com/phil/gptel-org-tools"))
|
:repo "https://codeberg.org/bajsicki/gptel-org-tools"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
config.el:
|
config.el:
|
||||||
|
|
Loading…
Add table
Reference in a new issue