feat: display deprecated backend versions group

This commit is contained in:
jialin
2025-11-25 16:04:27 +08:00
parent 33defab7df
commit 47cae0134c
9 changed files with 244 additions and 103 deletions
+2 -1
View File
@@ -260,5 +260,6 @@ export default {
'models.form.generic_proxy.button': 'Generic Proxy',
'models.accessControlModal.includeusers': 'Include Users',
'models.table.genericProxy':
'Use the following path prefix, and set the model name in either the <span class="bold-text">X-GPUStack-Model</span> request header or the model field in the request body. All requests under this path prefix will be forwarded to the inference backend.'
'Use the following path prefix, and set the model name in either the <span class="bold-text">X-GPUStack-Model</span> request header or the model field in the request body. All requests under this path prefix will be forwarded to the inference backend.',
'models.form.backendVersion.deprecated': 'Deprecated'
};