File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
models/spring-ai-mistral-ai/src/main/java/org/springframework/ai/mistralai Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments