Skip to main content

dial_providers/
lib.rs

1pub mod anthropic;
2pub mod cli_passthrough;
3pub mod openai_compatible;
4
5pub use anthropic::AnthropicProvider;
6pub use cli_passthrough::CliPassthrough;
7pub use openai_compatible::OpenAiCompatibleProvider;