mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - model dashboard
This commit is contained in:
parent
6c91ba1267
commit
bb8c693678
1 changed files with 4 additions and 4 deletions
|
@ -483,8 +483,8 @@ export const modelMetricsSlowResponsesCall = async (
|
|||
userID: String,
|
||||
userRole: String,
|
||||
modelGroup: String | null,
|
||||
startTime: String | null,
|
||||
endTime: String | null
|
||||
startTime: String | undefined,
|
||||
endTime: String | undefined
|
||||
) => {
|
||||
/**
|
||||
* Get all models on proxy
|
||||
|
@ -525,8 +525,8 @@ export const modelExceptionsCall = async (
|
|||
userID: String,
|
||||
userRole: String,
|
||||
modelGroup: String | null,
|
||||
startTime: String | null,
|
||||
endTime: String | null
|
||||
startTime: String | undefined,
|
||||
endTime: String | undefined
|
||||
) => {
|
||||
/**
|
||||
* Get all models on proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue