Show HN: Litellm – Simple library to standardize OpenAI, Cohere, Azure LLM I/O (github.com)
I built this library because langchain was too bloated and I needed a simple abstraction to call multiple LLM APIs. litellm has two functions - completion(), embedding()
18 comments
[ 0.26 ms ] story [ 56.2 ms ] threadWhy like this?
Retries w exponential backoff, Caching, Streaming output, Function-calling support
Streaming output and function-calling support is interesting
why would you cache the openai call instead of the endpoint that's receiving the user call?
On a side note - I love how quickly your team is shipping! Do keep it going!