223
edits
(→stream) |
|||
Line 80: | Line 80: | ||
===temperature=== | ===temperature=== | ||
[[temperature]] accepts a value between 0 and 2. It impacts the randomness of the predictions made by the model. A lower temperature (e.g., close to 0) will cause the model to make more deterministic and confident predictions, picking the most likely next words or phrases. Higher temperatures (e.g., 1 or more) make the output more random and the model may generate less likely but more diverse outputs. | |||
*The default value of temperature is 1 | |||
===top_p=== | ===top_p=== |
edits