From d9fbafe34f8f7dfb21b733da2db1fc57d6d88eda Mon Sep 17 00:00:00 2001 From: Cletus Igwe <97878336+Uzo2005@users.noreply.github.com> Date: Sun, 7 May 2023 10:36:36 +0100 Subject: [PATCH] Added package openaiClient (#2588) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 784d717..e80fb76 100644 --- a/packages.json +++ b/packages.json @@ -30086,5 +30086,20 @@ "description": "Few async tools for nim (then, catch, finally, and more)", "license": "MIT", "web": "https://github.com/archnim/sunk" + }, + { + "name": "openaiClient", + "url": "https://github.com/Uzo2005/openai", + "method": "git", + "tags": [ + "openai", + "webclient", + "api", + "library", + "http" + ], + "description": "Openai API client For Nim", + "license": "MIT", + "web": "https://github.com/Uzo2005/openai" } ]