Skip to content

Commit

Permalink
Fix: attempt to fix spaces to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsopec89 committed Dec 17, 2024
1 parent a408f32 commit 7ef5090
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 451 deletions.
2 changes: 0 additions & 2 deletions go/plugins/vertexai/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ func calculateTTL(cacheConfig *CacheConfigDetails) time.Duration {
return time.Duration(cacheConfig.TTLSeconds) * time.Second
}



// getKeysFrom returns the keys from the given map as a slice of strings, it is using to get the supported models
func getKeysFrom(m map[string]ai.ModelCapabilities) []string {
keys := make([]string, 0, len(m))
Expand Down
Loading

0 comments on commit 7ef5090

Please sign in to comment.