Skip to content

Commit 974047d

Browse files
committed
Format Java files according to project style guidelines
Signed-off-by: Seunghyeon Ji <[email protected]>
1 parent 1aa3e3c commit 974047d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai/MistralAiChatOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ public class MistralAiChatOptions implements ToolCallingChatOptions {
103103

104104
/**
105105
* Number between -2.0 and 2.0. frequency_penalty penalizes the repetition of words
106-
* based on their frequency in the generated text. A higher frequency penalty discourages
107-
* the model from repeating words that have already appeared frequently in the
108-
* output, promoting diversity and reducing repetition.
106+
* based on their frequency in the generated text. A higher frequency penalty
107+
* discourages the model from repeating words that have already appeared frequently in
108+
* the output, promoting diversity and reducing repetition.
109109
*/
110110
private @JsonProperty("frequency_penalty") Double frequencyPenalty;
111111

0 commit comments

Comments
 (0)