foxalabs / ESP32_ChatGPT

ESP32 Arduino Framework Library to allow connection to OpenAI Chat Completions Endpoint
https://api.openai.com
Apache License 2.0
37 stars 4 forks source link

Thinking how this could be usefull #4

Closed ldijkman closed 5 months ago

ldijkman commented 10 months ago

Thinking how this could be usefull

playing with ace editor because i found that years ago in the esp ESP FSBrowser example

but i see no way how your ESP chat can be usefull yet

greet luberth

treid your html, looks nice did not try it on a ESP32 Yet

Screenshot from 2023-11-19 06-46-02

foxalabs commented 9 months ago

Sorry for the late reply, been swamped with work.

This library is really meant as a demonstrator to show how to connect to the OpenAI API endpoint and format an API call to send a prompt to the model and get the response back. The response obtained from the API will then be displayed.