diff --git a/README.md b/README.md index 028f1256d0e5384c8e8f54ddd75ebf4ccc093497..d80e3a843c6cdabbb81a165fe54660968712d85c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cn.bugstack chatglm-sdk-java - 1.0 + 1.1 ``` diff --git a/pom.xml b/pom.xml index 3056134b1cea6ba90428e0041030656ab3473339..1b0609a16801464206752671f3200ff22d597d5d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.bugstack chatglm-sdk-java - 1.0 + 1.1 chatglm-sdk-java OpenAI Java SDK, ZhiPuAi ChatGLM Java SDK . Copyright © 2023 bugstack虫洞栈 All rights reserved. 版权所有(C)小傅哥 https://github.com/fuzhengwei/chatglm-sdk-java @@ -27,7 +27,7 @@ 184172133@qq.com https://github.com/fuzhengwei chatglm ai - https://open.bigmodel.cn/ + https://github.com/fuzhengwei/chatglm-sdk-java architect developer @@ -155,16 +155,15 @@ - release true - <!–发布到中央SNAPSHOT仓库插件–> + org.apache.maven.plugins @@ -178,7 +177,7 @@ - <!–生成源码插件–> + org.apache.maven.plugins maven-source-plugin @@ -193,7 +192,7 @@ - <!–生成API文档插件–> + org.apache.maven.plugins maven-javadoc-plugin @@ -206,14 +205,14 @@ -Xdoclint:none - <!– /usr/libexec/java_home -V –> + /Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home/bin/javadoc - <!–gpg插件–> + org.apache.maven.plugins maven-gpg-plugin @@ -238,7 +237,7 @@ - <!–注意,此id必须与setting.xml中指定的一致–> + ossrh https://s01.oss.sonatype.org/content/repositories/snapshots @@ -249,6 +248,6 @@ - --> + diff --git a/src/test/java/cn/bugstack/chatglm/test/ApiTest.java b/src/test/java/cn/bugstack/chatglm/test/ApiTest.java index 963e939c2e443c813d3dda76fe090a075f6e8024..1808b1d8eaed2c90ac6023d7d2324850e17cd188 100644 --- a/src/test/java/cn/bugstack/chatglm/test/ApiTest.java +++ b/src/test/java/cn/bugstack/chatglm/test/ApiTest.java @@ -127,7 +127,7 @@ public class ApiTest { { add(ChatCompletionRequest.Prompt.builder() .role(Role.user.getCode()) - .content("写个java冒泡排序") + .content("1+1") .build()); } }); @@ -152,7 +152,7 @@ public class ApiTest { { add(ChatCompletionRequest.Prompt.builder() .role(Role.user.getCode()) - .content("写个java冒泡排序") + .content("1+1") .build()); } });