Skip to content

Commit e1b3188

Browse files
committed
sanitize model name
1 parent bf76a1e commit e1b3188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/llm/src/http/service/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ impl Metrics {
275275
RequestType::Unary
276276
};
277277

278-
InflightGuard::new(self.clone(), model.to_string(), endpoint, request_type)
278+
InflightGuard::new(self.clone(), model.to_string().to_lowercase(), endpoint, request_type)
279279
}
280280
}
281281

0 commit comments

Comments
 (0)