From 11ecf85f794455a7242af700bd40a3c96dc78b7c Mon Sep 17 00:00:00 2001 From: Leo Qin Date: Mon, 16 Sep 2024 09:45:12 -0700 Subject: [PATCH] Add Precis (#843) Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/precis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/precis.yml diff --git a/software/precis.yml b/software/precis.yml new file mode 100644 index 0000000000..2ea6e69035 --- /dev/null +++ b/software/precis.yml @@ -0,0 +1,11 @@ +name: Precis +website_url: "https://github.com/leozqin/precis" +source_code_url: "https://github.com/leozqin/precis" +description: "Extensibility-oriented RSS reader that can use LLMs (including local LLMs) to summarize RSS entries with built-in notification support." +licenses: + - MIT +platforms: + - Python + - Docker +tags: + - Feed Readers