Skip to content

Commit

Permalink
fixes config tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Apr 11, 2024
1 parent e6d051c commit a31886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/internal/benthos/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type OpenAiGenerate struct {
UserPrompt *string `json:"user_prompt,omitempty" yaml:"user_prompt,omitempty"`
Columns []string `json:"columns" yaml:"columns"`
Model string `json:"model" yaml:"model"`
Count int `json:"count" yaml:"count`
Count int `json:"count" yaml:"count"`
BatchSize int `json:"batch_size" yaml:"batch_size"`
}

Expand Down

0 comments on commit a31886c

Please sign in to comment.