From e2a01d540004bfe5478b9fe36b38abd4b35846e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Tue, 20 Dec 2022 11:44:30 +0100 Subject: [PATCH] Add package with basic api for openai (#2434) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 79952d9..a9d6f89 100644 --- a/packages.json +++ b/packages.json @@ -28272,5 +28272,17 @@ ], "description": "Automatically bind procs to the mummy web server", "license": "MIT" + }, + { + "name": "openai", + "url": "https://github.com/ThomasTJdev/nim_openai", + "method": "git", + "tags": [ + "openai", + "davinci", + "gpt" + ], + "description": "Basic API handling for openAI", + "license": "MIT" } ]