Parcourir la source

提交的时候是中文。

tanlie il y a 1 an
Parent
commit
9c4cad50c8

+ 1 - 0
chatgpt/src/test/java/cn/qinys/ai/chatgpt/controller/MessageControllerTest.java

@@ -25,6 +25,7 @@ class MessageControllerTest {
         FileReader fileReader = new FileReader("git.properties", StandardCharsets.UTF_8);
         String result = fileReader.readString();
         //JSONObject jsonObject = JSON.parseObject(result);
+        //中文好像不行。
         System.err.println(result);