AI大模型流式输出,秒级回复,效果非常好

This commit is contained in:
2026-03-31 21:06:30 +08:00
parent 4eeed5eb70
commit 279c28b412

View File

@@ -0,0 +1,7 @@
package com.cst.vllm;
public class Demo {
public static void main(String[] args) {
System.out.println("hello world: "+null);
}
}