Local model management for RiceCoder (Ollama integration)
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-local-models = "0.1"
```
```rust
use ricecoder_local_models::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-local-models).
MIT