ui - view logs by model group and time

This commit is contained in:
Ishaan Jaff 2024-05-03 21:59:22 -07:00
parent 611e7bd403
commit d4afe8a3bc
2 changed files with 13 additions and 13 deletions

View file

@ -441,8 +441,8 @@ export const modelMetricsCall = async (
userID: String,
userRole: String,
modelGroup: String | null,
startTime: String,
endTime: String
startTime: String | null,
endTime: String | null
) => {
/**
* Get all models on proxy
@ -483,8 +483,8 @@ export const modelMetricsSlowResponsesCall = async (
userID: String,
userRole: String,
modelGroup: String | null,
startTime: String,
endTime: String
startTime: String | null,
endTime: String | null
) => {
/**
* Get all models on proxy
@ -525,8 +525,8 @@ export const modelExceptionsCall = async (
userID: String,
userRole: String,
modelGroup: String | null,
startTime: String,
endTime: String
startTime: String | null,
endTime: String | null
) => {
/**
* Get all models on proxy