You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/draft/client/sampling.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ accordingly.
246
246
247
247
LLM sampling can be fine-tuned with the following parameters:
248
248
249
-
-`temperature`: Controls randomness in model responses. Higher values produce higher randomness, and lower values produce more stable output.
249
+
-`temperature`: Controls randomness in model responses. Higher values produce higher randomness, and lower values produce more stable output. Valid range depends upon the model provider.
250
250
-`maxTokens`: Maximum tokens to generate; required.
251
251
-`stopSequences`: Array of sequences that stop generation.
0 commit comments