From f5ce70f85a73ff8104fc44deadcde572a34aad34 Mon Sep 17 00:00:00 2001 From: HACKKER <49511278+HACCKKER@users.noreply.github.com> Date: Sun, 11 Dec 2022 16:07:38 +0100 Subject: [PATCH] Added package gptcli (#2425) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0a611f5..9ec6a34 100644 --- a/packages.json +++ b/packages.json @@ -28103,10 +28103,23 @@ "indexing", "utility", "library" - ], + ], "description": "Strided indexing and slicing with a step", "license": "MIT", "web": "https://github.com/fsh/strides", "doc": "https://fsh.github.io/strides/strides.html" + }, + { + "name": "gptcli", + "url": "https://github.com/HACCKKER/gptcli", + "method": "git", + "tags": [ + "client", + "cli", + "chatgpt" + ], + "description": "chatgpt cli client written in nim", + "license": "MIT", + "web": "https://github.com/HACCKKER/gptcli" } ]