0015/ChatGPT_Client_For_Arduino
Library for communication with ChatGPT. Now it supports Vision Question.
6 Releases
Latest: 1y ago
Version 0.2.20.2.2Latest
Supports selection of whether to use dynamic memory or static memory when configuring the post body (default: dynamic memory)
Version 0.2.10.2.1
Fixed example build issue in Arduino ESP32 version 3.0.0
Version 0.2.00.2.0
🐛 Bug Fixes:
- Fixed issues related to API request failures under specific network conditions, ensuring more reliable communication with the ChatGPT servers and smoother operation of the library.
- Addressed compatibility issues with older Arduino core versions to ensure consistent behavior across different environments, enhancing the library's versatility and usability.
- For detailed instructions on installation and usage, please refer to the updated documentation included with the library.
Version 0.1.20.1.2
📋 Changes
- Update ESP32 Example
Version 0.1.10.1.1
Version 0.1.00.1.0
Only the Create chat completion part is implemented.
