fix: default spec by mode

This commit is contained in:
jialin
2025-11-03 10:14:30 +08:00
parent 56eba0d4fc
commit 5cd9b8c22f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -233,5 +233,5 @@ export default {
'models.form.mode.latency.tips':
'optimized for low latency under low request concurrency.',
'models.form.mode.reference.tips':
'the most compatible option with full precision.'
'Runs at full (original) precision and prioritizes compatibility.'
};