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
@@ -60,7 +60,7 @@ const BasicForm: React.FC<AddModalProps> = ({ action, currentData }) => {
{ 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}}'
}
)}
autoSize={{ minRows: 2, maxRows: 4 }}