Refact: Updated UI tips. (#12898)

### What problem does this PR solve?

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [x] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
writinwaters
2026-01-29 17:56:07 +08:00
committed by GitHub
parent 7053d3683c
commit d99f6a611a
14 changed files with 27 additions and 27 deletions

View File

@ -135,7 +135,7 @@ Click the dropdown menu of **Model** to show the model configuration window.
- A higher **frequency penalty** value results in the model being more conservative in its use of repeated tokens.
- Defaults to 0.7.
- **Max tokens**:
- The maximum context size of the agent.
- The maximum context size of the model.
:::tip NOTE
- It is not necessary to stick with the same model for all components. If a specific model is not performing well for a particular task, consider using a different one.

View File

@ -46,10 +46,10 @@ Click the dropdown menu of **Model** to show the model configuration window.
- A higher **frequency penalty** value results in the model being more conservative in its use of repeated tokens.
- Defaults to 0.7.
- **Max tokens**:
- The maximum context size of the agent.
- The maximum context size of the model.
:::tip NOTE
- It is not necessary to stick with the same model for all components. If a specific model is not performing well for a particular task, consider using a different one.
- It is *not* necessary to stick with the same model for all components. If a specific model is not performing well for a particular task, consider using a different one.
- If you are uncertain about the mechanism behind **Temperature**, **Top P**, **Presence penalty**, and **Frequency penalty**, simply choose one of the three options of **Creativity**.
:::