Skip to content

Commit

Permalink
fixed typo (sashabaranov#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexposadas authored Mar 23, 2023
1 parent dbb7829 commit 479dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type ImageResponse struct {
Data []ImageResponseDataInner `json:"data,omitempty"`
}

// ImageResponseData represents a response data structure for image API.
// ImageResponseDataInner represents a response data structure for image API.
type ImageResponseDataInner struct {
URL string `json:"url,omitempty"`
B64JSON string `json:"b64_json,omitempty"`
Expand Down

0 comments on commit 479dab3

Please sign in to comment.