mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update comment
This commit is contained in:
parent
a43eddc286
commit
7a6e6d112a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue