chore: vllm docs link

This commit is contained in:
jialin
2025-08-20 17:21:01 +08:00
parent 99f8914830
commit f9cf111a86
+1 -1
View File
@@ -517,7 +517,7 @@ export const getBackendParamsTips = (backend: string) => {
return { return {
backend: 'vLLM', backend: 'vLLM',
releases: 'https://github.com/vllm-project/vllm/releases', releases: 'https://github.com/vllm-project/vllm/releases',
link: 'https://docs.vllm.ai/en/latest/configuration/engine_args.html', link: 'https://docs.vllm.ai/en/stable/cli/serve.html',
version: 'v0.8.5' version: 'v0.8.5'
}; };
} }