Skip to main content

dial_providers/
lib.rs

1pub mod anthropic;
2pub mod cli_passthrough;
3
4pub use anthropic::AnthropicProvider;
5pub use cli_passthrough::CliPassthrough;