Page 1 of 1

Struggling with ESP32 Open AI Library

Posted: Tue Jan 30, 2024 12:54 pm
by teenflon5
Hello,

I'm working on an undergraduate project and struggling a little to understand the Espressif ESP32 library for Chat GPT Open AI. The Espressif library essentially makes it easier to call the Open AI Chat GPT API to send and receive text messages or transcribe audio files via the API. There are a few examples in the Github space which work really well and documentation for the chat part, but without an example I'm really struggling how to interpret the documentation for other uses.

I'm trying to use the Audio Transcription option, and the text to speech option but without an example I'm really struggling with the documentation.

Does anyone have an example they can share, or can anyone explain the documentation in a way that shows what I need to write in my code?

Library documentation - https://docs.espressif.com/projects/esp ... penai.html

Github Library - https://github.com/me-no-dev/OpenAI-ESP32

Github Examples - https://github.com/me-no-dev/OpenAI-ESP ... r/examples

Thanks
Chris

Re: Struggling with ESP32 Open AI Library

Posted: Fri Jun 28, 2024 3:07 pm
by ESP_Bob