mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
ui - view logs by model group and time
This commit is contained in:
parent
611e7bd403
commit
d4afe8a3bc
2 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue