Added package chatgptclient (#2666)

This commit is contained in:
jaredmontoya 2023-07-28 19:11:18 +00:00 committed by GitHub
parent 7c8636e165
commit 234fbcf36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]