Skip to content

Commit 73b49a5

Browse files
authored
Update README.md
1 parent 1bb99b7 commit 73b49a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ This section introduces the key code blocks used in the example and how they wor
5050

5151
### Inference Parameters
5252

53-
Inference parameters are runtime settings that control how a model generates an output. Unlike training parameters (weights), which are fixed after the model is built, inference parameters can change the model's creativity, length, or randomness without retraining.
53+
Inference parameters are runtime settings that control how a model generates an output. You can use them to change creativity, length, or randomness of a response without retraining the model.
5454

55-
This example allows the user to control model [temperature](https://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat.Temperature). This hyperparameter controls the randomness and creativity of a model's response by adjusting the probability distribution of the next word (token) the model chooses.
55+
This example allows the user to control model [temperature](https://docs.devexpress.com/Blazor/DevExpress.AIIntegration.Blazor.Chat.DxAIChat.Temperature).
5656

5757
```razor
5858
<DxSpinEdit @bind-Value="@Temperature" MinValue="0" MaxValue="2" Increment="0.05f" />

0 commit comments

Comments
 (0)