Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jan 6, 2025
1 parent 860cc1d commit e560a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/aiproxy/model/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ func CacheGetGroupModelTPM(id string, model string) (int64, error) {
return tpm, nil
}

//nolint:revive
type ModelConfigCache interface {
GetModelConfig(model string) (*ModelConfig, bool)
}
Expand Down

0 comments on commit e560a0f

Please sign in to comment.