neferdata / allms

allms: One Rust Library to rule them aLLMs
https://crates.io/crates/allms
Other
45 stars 6 forks source link

Completions | Generalized interface to any Chat Completions API including Anthropic and Mistral #7

Closed kamillitman closed 10 months ago

kamillitman commented 11 months ago

This PR changes the nature of the crate to not only support OpenAI APIs but also models exposed by other LLM providers. It introduces a standard way of adding new models and a new abstraction called Completions that can be used with any model from any provider.

Key highlights: