Added package gptcli (#2425)

This commit is contained in:
HACKKER 2022-12-11 16:07:38 +01:00 committed by GitHub
parent ada86c481e
commit f5ce70f85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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