We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb221f9 commit dda7ff8Copy full SHA for dda7ff8
1 file changed
src/main/java/nl/dannyj/mistral/models/completion/ChatCompletionRequest.java
@@ -64,7 +64,7 @@ public class ChatCompletionRequest implements Request {
64
* Higher values like 0.7 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
65
* Mistral generally recommends altering this or top_p but not both. The default value varies depending on the model you are targeting.
66
*
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.
+ * @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.
68
* @return The sampling temperature to use.
69
*/
70
@Nullable
0 commit comments