Skip to content

Update

Compare
Choose a tag to compare
@blueokanna blueokanna released this 22 Feb 04:09
· 15 commits to main since this release

Update v0.0.4

  • Support ChatGLM 3 Turbo and ChatGLM 4. (default is GLM 4).
  • Add file saving to ESP32, use SPIFFS file format to save chat, if file exceeds 5.5K size delete file and recreate it
  • Added role renditions for predefined roles with customisable substitutions. Role renditions are not used by default
  • Latest version adds methods for SSE requests
  • Different call methods (asynchronous, synchronous, streaming) can be selected based on the settings and the corresponding actions can be performed in the main loop.
  • Optimised code to allow re-request of failed requests and support for contextual understanding.