AI provider abstraction and integration
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-providers = "0.1"
```
```rust
use ricecoder_providers::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-providers).
MIT