update comment

This commit is contained in:
Adil Hafeez 2025-07-21 18:30:53 -07:00
parent a43eddc286
commit 7a6e6d112a
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -208,7 +208,7 @@ impl RouterModel for RouterModelV1 {
}
}
// If no usage preferences are defined, we return the route with the routing model
// If no usage preferences are passed in request then use the default routing model preferences
if let Some(model) = self.llm_route_to_model_map.get(&selected_route).cloned() {
return Ok(Some((selected_route, model)));
}