espressif / esp-box

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

Custom Assistant ID (AEGHB-457) #113

Closed PhilShaw852 closed 9 months ago

PhilShaw852 commented 10 months ago

Is it possible to point the ChatGPT api to a custom Assistant ID? If so, how?

igrr commented 10 months ago

Not as of now. The example provided in this repo uses "chat completion" API, whereas assistants are accessible via a different API. It's not possible to use an Assistant over the older chat completion API.