Skip to content

Commit dda7ff8

Browse files
committed
docs: Fix ChatCompletionRequest javadoc inaccuracy
1 parent fb221f9 commit dda7ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/nl/dannyj/mistral/models/completion/ChatCompletionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ChatCompletionRequest implements Request {
6464
* Higher values like 0.7 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
6565
* Mistral generally recommends altering this or top_p but not both. The default value varies depending on the model you are targeting.
6666
*
67-
* @param temperature The sampling temperature to use. Has to be between 0.0 and 1.0. Null will default to the model's default value.
67+
* @param temperature The sampling temperature to use. Has to be between 0.0 and 1.5. Null will default to the model's default value.
6868
* @return The sampling temperature to use.
6969
*/
7070
@Nullable

0 commit comments

Comments
 (0)