fix: ui issues
This commit is contained in:
@@ -80,5 +80,8 @@ export default {
|
||||
'benchmark.env.system': 'System',
|
||||
'benchmark.env.runtimeVersion': 'Runtime Version',
|
||||
'benchmark.env.driverVersion': 'Driver Version',
|
||||
'benchmark.env.cpuCounts': 'CPU Counts'
|
||||
'benchmark.env.cpuCounts': 'CPU Cores',
|
||||
'benchmark.table.export.results': 'Export Results',
|
||||
'benchmark.form.nonLlmModel.tips':
|
||||
'Benchmarking currently only supports LLM models'
|
||||
};
|
||||
|
||||
@@ -15,5 +15,11 @@ export default {
|
||||
'providers.form.model.test': 'Test',
|
||||
'providers.form.model.test.tips': 'Test Connection',
|
||||
'providers.form.target.placeholder': 'provider/models',
|
||||
'providers.form.fallback.token': 'Fallback API Keys'
|
||||
'providers.form.fallback.token': 'Fallback API Keys',
|
||||
'providers.form.custombeckendUrl': 'Custom Base URL',
|
||||
'providers.form.more': '+{count} more',
|
||||
'providers.form.addAll': 'Add All',
|
||||
'providers.form.rules.models': 'Please select at least one model',
|
||||
'providers.form.rules.tokens': 'Please enter a valid API Key',
|
||||
'providers.form.rules.model': 'Please select a model'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user