Chatgpt demo not getting API Key
Posted: Wed Aug 28, 2024 5:27 am
Hi, I am trying to setup and run the ChatGPT demo on my ESP 32 S3 Box 3. I have tried the web-loader many times, and also followed all the flashing instructions mentioned on the GitHub page (https://github.com/espressif/esp-box/tr ... atgpt_demo). After installing the code on the device the device starts up, prompts me to insert the Wifi SSID, password and OpenAI API Key in the config.ini. After I have saved the file and restarted the device, the response is always invalid API Key. If I reset and inspect the file, I find that only the wifi credentials are present. The OpenAI API Key gets replaced with the original sk-xxxxxx. I have tried to enter this and save multiple times, but always the API Key gets replaced and the only response I get is invalid API Key. how can I resolve this issue?