Skip to content

Commit e560a0f

Browse files
committed
fix: lint
1 parent 860cc1d commit e560a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: service/aiproxy/model/cache.go

+1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ func CacheGetGroupModelTPM(id string, model string) (int64, error) {
406406
return tpm, nil
407407
}
408408

409+
//nolint:revive
409410
type ModelConfigCache interface {
410411
GetModelConfig(model string) (*ModelConfig, bool)
411412
}

0 commit comments

Comments
 (0)