Skip to content

Commit

Permalink
Merge pull request #142 from snova-zoltanc/zoltanc/sambanova_readme_u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
ksolo authored Dec 6, 2024
2 parents 66eb2f1 + d85357b commit 053b2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple, unified interface to multiple Generative AI providers.
`aisuite` makes it easy for developers to use multiple LLM through a standardized interface. Using an interface similar to OpenAI's, `aisuite` makes it easy to interact with the most popular LLMs and compare the results. It is a thin wrapper around python client libraries, and allows creators to seamlessly swap out and test responses from different LLM providers without changing their code. Today, the library is primarily focussed on chat completions. We will expand it cover more use cases in near future.

Currently supported providers are -
OpenAI, Anthropic, Azure, Google, AWS, Groq, Mistral, HuggingFace and Ollama.
OpenAI, Anthropic, Azure, Google, AWS, Groq, Mistral, HuggingFace Ollama and Sambanova.
To maximize stability, `aisuite` uses either the HTTP endpoint or the SDK for making calls to the provider.

## Installation
Expand Down

0 comments on commit 053b2f3

Please sign in to comment.