build: v1.0.0-rc.2 release (^.^)YYa!!

This commit is contained in:
Michael Yang 2024-11-18 15:55:04 +08:00
parent ab3b406a87
commit 90bb7c1271

View File

@ -82,7 +82,6 @@ public class OpenAiLlmTest {
AiMessageResponse response = llm.chat(prompt);
System.out.println(response);
System.out.println(response.getMessage().getContent());
try {
Thread.sleep(12000);