style: adjust some ui statements

This commit is contained in:
jialin
2025-11-20 11:47:09 +08:00
parent 5d383ec39b
commit 8f9562d6a4
15 changed files with 53 additions and 66 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
enabled: false,
algorithm: '',
draft_model: null,
num_draft_tokens: 3,
num_draft_tokens: 4,
ngram_min_match_length: 1,
ngram_max_match_length: 10
},