espressif / esp-box

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

ChatGPT demo issue (AEGHB-660) #147

Open Indastri opened 1 month ago

Indastri commented 1 month ago

Hello,

I was unable to build demo on ESP32-S3-BOX-3 because the espressif/OpenAI was updated to v1.0.0 https://components.espressif.com/components/espressif/openai which introduced: Changed C++ reserved keyword 'delete' to 'deleteResponse'

with version 0.3.1 works just fine, please update the dependencies (examples/chatgpt_demo/main/idf_component.yml)

espressif/openai: ">=0.3.1"

to

 espressif/openai: "0.3.1"

or update the example.

Thanks, Ondřej

espressif2022 commented 1 month ago

Hello, we are preparing a new MR which will be released soon.