add more changes

This commit is contained in:
Adil Hafeez 2025-07-07 19:29:21 -07:00
parent 2f1a3a9450
commit 337972dd82
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
9 changed files with 44 additions and 30 deletions

View file

@ -10,7 +10,8 @@ use crate::api::open_ai::{
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Routing {
pub model: String,
pub llm_provider: Option<String>,
pub model: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]