Feat: Reset the default values ​​of large model parameters (#8262)

### What problem does this PR solve?

Feat: Reset the default values ​​of large model parameters

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-16 09:29:31 +08:00
committed by GitHub
parent 0bde5397d0
commit b8e3852d3b
3 changed files with 70 additions and 14 deletions

View File

@ -64,6 +64,7 @@ export function replaceThinkToSection(text: string = '') {
export function setInitialChatVariableEnabledFieldValue(
field: ChatVariableEnabledField,
) {
return false;
return field !== ChatVariableEnabledField.MaxTokensEnabled;
}