Skip to content

Commit

Permalink
fix: go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuangls committed Oct 9, 2023
1 parent 321a2ba commit f6e93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (c *Client) DeleteFineTuneModel(ctx context.Context, modelID string) (
return
}

// RateLimitHeaders struct represents Openai rate limits headers
// RateLimitHeaders struct represents Openai rate limits headers.
type RateLimitHeaders struct {
createTime time.Time
LimitRequests int `json:"x-ratelimit-limit-requests"`
Expand Down

0 comments on commit f6e93e7

Please sign in to comment.