Added package StripeKit (#2602)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Vincenzo Fehring 2023-05-19 06:53:27 -05:00 committed by GitHub
parent ea6c3c2fe9
commit fd702de027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30205,7 +30205,14 @@
"url": "https://github.com/joshuajohncohen/chat_openai-nim",
"method": "git",
"tags": [
"openai", "chatgpt", "chat", "client", "cli", "gpt4", "gpt-4", "gpt"
"openai",
"chatgpt",
"chat",
"client",
"cli",
"gpt4",
"gpt-4",
"gpt"
],
"description": "A CLI for the Chat series of models provided by OpenAI",
"license": "MIT",
@ -30224,5 +30231,17 @@
"license": "AGPL-3.0-only",
"web": "https://github.com/Gruruya/nmostr",
"doc": "https://gruruya.github.io/nmostr"
},
{
"name": "StripeKit",
"url": "https://github.com/vfehring/StripeKit",
"method": "git",
"tags": [
"payment-processor",
"stripe"
],
"description": "Stripe API wrapper for Nim",
"license": "MIT",
"web": "https://github.com/vfehring/StripeKit"
}
]