chore: adjust ui statements

This commit is contained in:
jialin
2025-11-22 13:06:05 +08:00
parent e755c34ab5
commit e5755a2eec
8 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ const CustomBackend: React.FC = () => {
{ id: 'common.help.eg' },
{
content:
'vllm serve {{model_path}} --port {{port}} --worker-ip {{worker_ip}} --served-model-name {{model_name}}'
'vllm serve {{model_path}} --port {{port}} --host {{worker_ip}} --served-model-name {{model_name}}'
}
)}
></SealTextArea>