Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gregi84 opened this issue Aug 22, 2024 · 1 comment

Comments

@gregi84
Copy link

gregi84 commented Aug 22, 2024

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!

@github-actions github-actions bot changed the title Compatibility of chatgpt_demo with ESP32 (instead of ESP32-S3) Compatibility of chatgpt_demo with ESP32 (instead of ESP32-S3) (AEGHB-790) Aug 22, 2024
@leeebo
Copy link
Contributor

leeebo commented Sep 23, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants