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 <andrew.brower@reddit.com>
This commit is contained in:
Andrew Brower 2024-09-25 22:59:40 -04:00 committed by GitHub
parent a2f4177fe1
commit 829ff8c031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/"
}
]