V1.2.0
New Added 🔧:
-
ChatGPT Integration: Now supports integration with the ChatGPT API for text generation, translation, question-answering, summarization, and sentiment analysis examples in the folder.
-
Enhanced HTTPS Support: Added support for HTTPS requests on ESP8266 and ESP32 boards using WiFiClientSecure for secure connections.
-
Enhanced Error Handling: Improved error reporting and handling for both ChatGPT and Hugging Face APIs, including specific error codes and messages.
-
Multiple AI Model Support: Ability to switch between multiple AI models from the same API provider with ease, allowing for more flexible use cases.
-
Custom Headers Support: Added functionality to include custom headers in HTTP requests for more advanced API interactions.
Features ⚔️:
- Hugging Face API Support: Utilize the Hugging Face API for text generation and summarization tasks.
- API Key and AI Selection: Easily set API keys and select the desired AI model and version.
Updates 🩹:
- Improved WiFi Connectivity: Enhanced WiFi connection handling with better timeout and error management.
Bug Fixes 🐛:
- ChatGPT HTTPS Bug Fix: Resolved issues related to HTTPS requests for ChatGPT API. Fixed errors related to SSL/TLS connections that previously caused failed API requests.
Thanks for the Issue form @KenanExe
More Examples ☕:
- Text Translation: Examples provided for translating text to a specific language.
- Text Generation: Examples for generating text on a given topic.
- Question-Answering: Examples for answering user questions.
- Text Summarization: Examples for summarizing provided text.
Support and Contributing ❤️:
For questions and contributions, please check the GitHub Issues section or contribute to the repository.