chore: update reference to baseline

This commit is contained in:
jialin
2025-11-03 10:14:30 +08:00
parent c5166f07f1
commit ab9f9a9679
6 changed files with 16 additions and 19 deletions
+2 -2
View File
@@ -227,11 +227,11 @@ export default {
'models.form.ngramMaxMatchLength': 'N-gram Maximum Match Length',
'models.form.mode.throughput': 'High-Throughput',
'models.form.mode.latency': 'Low-Latency',
'models.form.mode.reference': 'Reference',
'models.form.mode.baseline': 'Baseline',
'models.form.mode.throughput.tips':
'optimized for high throughput under high request concurrency.',
'models.form.mode.latency.tips':
'optimized for low latency under low request concurrency.',
'models.form.mode.reference.tips':
'models.form.mode.baseline.tips':
'Runs at full (original) precision and prioritizes compatibility.'
};