Skip to content

Releases: blueokanna/ChatGLM-Java-SDK

v0.1.1-Beta

20 Jan 13:20
6f73035
Compare
Choose a tag to compare

Update

  1. the program uses ChatGLM-4 asynchronous requests to generate Jar package, you can build your own runnable application that also supports streaming or synchronous request dependencies.
  2. support for locally saving API keys and loading local API key files.
  3. fast multiple calls to reduce performance costs.
  4. system_role setting exists by default for fun role-playing ChatGLM-4
  5. Context-sensitive continuous dialogue with ChatGLM-4
  6. Active history deletion after closing the application
  7. minimum supported Java JDK version is JDK 11.