mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - set models and start/endtimes
This commit is contained in:
parent
19aa43798c
commit
1d9a96bf8f
1 changed files with 2 additions and 2 deletions
|
@ -441,8 +441,8 @@ export const modelMetricsCall = async (
|
||||||
userID: String,
|
userID: String,
|
||||||
userRole: String,
|
userRole: String,
|
||||||
modelGroup: String | null,
|
modelGroup: String | null,
|
||||||
startTime: String | null,
|
startTime: String | undefined,
|
||||||
endTime: String | null
|
endTime: String | undefined
|
||||||
) => {
|
) => {
|
||||||
/**
|
/**
|
||||||
* Get all models on proxy
|
* Get all models on proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue