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
`AITranslation.ino`: Demonstrates translation capabilities using the library.
187
+
188
+
`ChatGPT.ino`: Example of integrating with ChatGPT for general conversation.
189
+
190
+
`DataTest.ino`: Verifies communication and tests various AI responses.
191
+
192
+
`HuggingFace.ino`: Shows usage with Hugging Face models.
193
+
194
+
`QuestionAnswering.ino`: Example for question-answering tasks.
195
+
196
+
`TextGeneration.ino`: Demonstrates text generation capabilities.
197
+
198
+
`TextSummarization.ino`: Example for summarizing input text.
199
+
200
+
### 📈 Roadmap
201
+
202
+
- Add support for more AI services.
203
+
204
+
- Improve error handling and debugging tools.
205
+
206
+
- Enhance documentation with more detailed examples.
207
+
208
+
- Voice & Image Cration.
209
+
210
+
### 🛠️ Support
211
+
212
+
For [issues](https://github.com/bayeggex/Arduino-AI-Chat-Library/issues/new), [feature requests](https://github.com/bayeggex/Arduino-AI-Chat-Library/issues/new), or [Contributions](https://github.com/bayeggex/Arduino-AI-Chat-Library/pulls), please visit the [GitHub repository](https://github.com/bayeggex/Arduino-AI-Chat-Library).
213
+
214
+
This library is maintained by [BayEggex](https://github.com/bayeggex). Contributions are welcome!
0 commit comments