espressif / esp-box

The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.
Apache License 2.0
776 stars 182 forks source link

Compatibility of chatgpt_demo with ESP32 (instead of ESP32-S3) (AEGHB-790) #163

Open gregi84 opened 1 month ago

gregi84 commented 1 month ago

Hello,

I’m interested in using the ChatGPT Demo (examples/chatgpt_demo) from this repository with an ESP32 instead of the ESP32-S3. Could anyone provide guidance on how to modify the code or configurations to achieve compatibility with the ESP32 (I'm using Raspiaudio Muse Luxe https://raspiaudio.com/product/esp-muse-luxe/)?

Thank you in advance for your assistance!

leeebo commented 15 hours ago

@gregi84 The examples/chatgpt_demo write for ESP32-S3-BOX with ESP32-S3, but the key LLM features from openai component, which works for any esp32 chips.

You can follow the simpler test code to get started https://github.com/espressif/esp-iot-solution/blob/master/components/openai/test_apps/main/test_openai.c#L34