From 234fbcf36a292cbf85c94b6d74c1bf26cda00d16 Mon Sep 17 00:00:00 2001 From: jaredmontoya <49511278+jaredmontoya@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:11:18 +0000 Subject: [PATCH] Added package chatgptclient (#2666) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a2008fe..ec19b3e 100644 --- a/packages.json +++ b/packages.json @@ -30944,5 +30944,20 @@ "description": "Moving the mouse around in nim inspired by python's pyautogui. Windows Only", "license": "GNU GENERAL PUBLIC LICENSE", "web": "https://github.com/Cooperzilla/nimautogui" + }, + { + "name": "chatgptclient", + "url": "https://github.com/jaredmontoya/chatgptclient", + "method": "git", + "tags": [ + "client", + "openai", + "gpt", + "gui", + "chat" + ], + "description": "Native gui client for OpenAI chatgpt", + "license": "GPL-3.0-or-later", + "web": "https://github.com/jaredmontoya/chatgptclient" } ]