fix latency tracking tool tip
This commit is contained in:
parent
ccceff62df
commit
2b467a847a
@ -7598,7 +7598,7 @@ async def model_metrics(
|
||||
for day in _daily_entries:
|
||||
entry = {"date": str(day)}
|
||||
for model_key, latency in _daily_entries[day].items():
|
||||
entry[model_key] = round(latency, 8)
|
||||
entry[model_key] = latency
|
||||
response.append(entry)
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user