Skip to content

Commit

Permalink
fixed typo in ConversationalParameters json key
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Jul 14, 2023
1 parent 799c6ab commit 16fc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversational.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type ConversationalParameters struct {

// (Default: None). Float (0.0-100.0). The more a token is used within generation the more it is penalized
// to not be picked in successive generation passes.
RepetitionPenalty *float64 `json:"repetitionpenalty,omitempty"`
RepetitionPenalty *float64 `json:"repetition_penalty,omitempty"`

// (Default: None). Float (0-120.0). The amount of time in seconds that the query should take maximum.
// Network can cause some overhead so it will be a soft limit.
Expand Down

0 comments on commit 16fc2a9

Please sign in to comment.