feat(ai): 调整模型

This commit is contained in:
v-zhangjc9
2025-06-13 19:07:13 +08:00
parent bc32a89fea
commit f11f5e7656
5 changed files with 92 additions and 20 deletions

View File

@@ -145,7 +145,7 @@ public class LlamaSwapTool extends GeneratorTool {
arguments.add("--reasoning-parser deepseek_r1");
}
return new DockerCmd(
"vllm-server-cpu:0.9.1",
"vllm-server-cpu:0.8.5.post1",
name,
model,
StrUtil.format("http://vllm-{}:${PORT}", displayName(model)),