From edc786bba0215fa84fe9c359daa5acef22bdc09b Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:47:20 +0000 Subject: [PATCH] Add package dirtygpt (#2691) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 771b82c..e5be4b2 100644 --- a/packages.json +++ b/packages.json @@ -31248,6 +31248,23 @@ "license": "MIT", "web": "https://github.com/lscrd/Reed-Solomon" }, + { + "name": "dirtygpt", + "url": "https://github.com/thisago/dirtygpt", + "method": "git", + "tags": [ + "chatgpt", + "gpt", + "ai", + "lib", + "free", + "prompt", + "userscript" + ], + "description": "A dirty and free way to use ChatGPT in Nim", + "license": "MIT", + "web": "https://github.com/thisago/dirtygpt" + }, { "name": "bc_webservices", "url": "https://codeberg.org/pswilde/bc_webservices",