llmvm-outsource-lib 1.0.0

The library for the outsource backend for llmvm.
Documentation
# llmvm-outsource-lib

[![Crates.io](https://img.shields.io/crates/v/llmvm-outsource-lib?style=for-the-badge)](https://crates.io/crates/llmvm-outsource-lib)
[![docs.rs](https://img.shields.io/docsrs/llmvm-outsource-lib?style=for-the-badge)](https://docs.rs/llmvm-outsource-lib)
[![GitHub](https://img.shields.io/github/license/djandries/llmvm?style=for-the-badge)](https://github.com/DJAndries/llmvm/blob/master/LICENSE)

The library for the outsource backend for [llmvm](https://github.com/djandries/llmvm).

Sends text and chat generation requests to known hosted language model providers.

See the executable wrapper [llmvm-outsource](https://github.com/djandries/llmvm/tree/master/backends/outsource) for more information.

## Usage

Add the dependency to `Cargo.toml`:

```
[dependencies]
llmvm-outsource-lib = { version = "<version>" }
```

## Reference documentation

Reference documentation can be found on [docs.rs](https://docs.rs/llmvm-outsource-lib).

## License

[Mozilla Public License, version 2.0](https://spdx.org/licenses/MPL-2.0.html)