GitPedia
0015

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
00150015·1y ago·July 18, 2024
GitHub

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
00150015·2y ago·May 29, 2024
GitHub

Fixed example build issue in Arduino ESP32 version 3.0.0

Version 0.2.00.2.0
00150015·2y ago·May 19, 2024
GitHub

🐛 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
00150015·3y ago·April 2, 2023
GitHub

📋 Changes

  • Update ESP32 Example
Version 0.1.10.1.1
00150015·3y ago·March 20, 2023
GitHub
Version 0.1.00.1.0
00150015·3y ago·March 8, 2023
GitHub

Only the Create chat completion part is implemented.