diff --git a/packages.json b/packages.json index 52fbd6d4..b1766370 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/" } ]