orch 0.0.16

Language model orchestration library
Documentation
1
2
3
4
5
6
7
8
9
mod anthropic;
mod models;
mod ollama;
mod openai;

pub use anthropic::*;
pub use models::*;
pub use ollama::*;
pub use openai::*;