ai自动代码评审日志记录
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

846 B

?????git diff???????????????

OpenAiCodeReviewService.java

????

  • ?????java.nio.charset.StandardCharsets?
  • ???ChatCompletionSyncResponseDTO.Message????????????????????UTF-8???

???

  1. ???????StandardCharsets???????????????????????????????????

  2. ?????????????????message.getContent()???????????????????????????????????????StandardCharsets.ISO_8859_1??????????????ISO-8859-1??????????????????????????

    ???

    • ??message.getContent()???????????UTF-8????????
    • ?????????????????????

ChatGLM.java

????

  • ??????????Accept-Charset?????UTF-8?
  • ??UTF-8????????

???

  1. ????????Accept-Charset????????????????????????????????????

  2. ??????????UTF-8???????????????????????????

???

?????????????????????????????????????????????????????????????????????????????????????