mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
9 lines
137 B
Rust
9 lines
137 B
Rust
mod callback_owner;
|
|
pub mod python;
|
|
pub mod scenarios;
|
|
|
|
#[derive(Clone, Copy, Debug)]
|
|
pub enum Backend {
|
|
Python,
|
|
PreparedCall,
|
|
}
|