From 21af7228b593d0c5a5dfb775ec292608129fcac8 Mon Sep 17 00:00:00 2001 From: HACKKER <49511278+HACCKKER@users.noreply.github.com> Date: Sat, 27 May 2023 21:38:10 +0000 Subject: [PATCH] Added package pyopenai (#2612) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 112120e..57f8f40 100644 --- a/packages.json +++ b/packages.json @@ -30329,5 +30329,20 @@ "description": "A template processor and language.", "license": "MIT", "web": "https://github.com/flenniken/statictea" + }, + { + "name": "pyopenai", + "url": "https://github.com/HACCKKER/pyopenai", + "method": "git", + "tags": [ + "python", + "openai", + "http", + "api", + "library" + ], + "description": "An attempt to reimplement python OpenAI API bindings in nim", + "license": "MIT", + "web": "https://github.com/HACCKKER/pyopenai" } ]