From 829ff8c0311e72e551875db6bcf17a3c2dc10ef0 Mon Sep 17 00:00:00 2001 From: Andrew Brower Date: Wed, 25 Sep 2024 22:59:40 -0400 Subject: [PATCH] Client libraries for Ollama and OpenAI (#2938) * openai client library * add llama_leap ollama API client library * add chatgpt tag to openai_leap --------- Co-authored-by: Andrew Brower --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages.json b/packages.json index 52fbd6d..b176637 100644 --- a/packages.json +++ b/packages.json @@ -34030,5 +34030,33 @@ "description": "Minim(al/ized) LRU cache", "license": "MIT", "web": "https://github.com/status-im/nim-minilru" + }, + { + "name": "openai_leap", + "url": "https://github.com/monofuel/openai_leap", + "method": "git", + "tags": [ + "openai", + "chatgpt", + "llm" + ], + "description": "OpenAI ChatGPT API client library.", + "license": "MIT", + "web": "https://monofuel.github.io/openai_leap/" + }, + { + "name": "llama_leap", + "url": "https://github.com/monofuel/llama_leap", + "method": "git", + "tags": [ + "ollama", + "llama2", + "llama3", + "meta", + "llm" + ], + "description": "Ollama API client library.", + "license": "MIT", + "web": "https://monofuel.github.io/llama_leap/" } ]