You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.