forked from phoenix/litellm-mirror
ui - model dashboard
This commit is contained in:
parent
d4afe8a3bc
commit
e7adbb3801
1 changed files with 4 additions and 4 deletions
|
@ -483,8 +483,8 @@ export const modelMetricsSlowResponsesCall = 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
|
||||||
|
@ -525,8 +525,8 @@ export const modelExceptionsCall = 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