modelplease 0.1.0

Provider-neutral language model client with streaming, media, capabilities, and optional provider integrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

Use Rust 1.94.1 or newer. Before opening a pull request, run:

```bash
cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
cargo nextest run --all-targets --all-features
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features
cargo deny check --all-features
```

Provider integrations must also compile independently with only their corresponding feature.
Never commit provider credentials or enable live credential-backed tests in ordinary CI.