mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-21 20:40:03 +00:00
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:
parent
a2f4177fe1
commit
829ff8c031
@ -34030,5 +34030,33 @@
|
|||||||
"description": "Minim(al/ized) LRU cache",
|
"description": "Minim(al/ized) LRU cache",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/status-im/nim-minilru"
|
"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/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user