Skip to content

Commit

Permalink
Client libraries for Ollama and OpenAI (#2938)
Browse files Browse the repository at this point in the history
* openai client library

* add llama_leap ollama API client library

* add chatgpt tag to openai_leap

---------

Co-authored-by: Andrew Brower <[email protected]>
  • Loading branch information
monofuel and Andrew Brower authored Sep 26, 2024
1 parent a2f4177 commit 829ff8c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
]

0 comments on commit 829ff8c

Please sign in to comment.