diff --git a/service/aiproxy/model/log.go b/service/aiproxy/model/log.go index 6e2d6d291be..d220deaf2d6 100644 --- a/service/aiproxy/model/log.go +++ b/service/aiproxy/model/log.go @@ -963,6 +963,7 @@ func getChartData(group string, start, end time.Time, tokenName, modelName strin return chartData, err } +//nolint:unused func getLogDistinctValues[T cmp.Ordered](field string, group string, start, end time.Time) ([]T, error) { var values []T query := LogDB.