Asked
— Edited
I am using the tutorial for the AI ChatGPT instructions from the skill tutorial. I have an account on Open AI and I have my API key. My issue is that I follow the directions as shown, and I do get the Chatbot to Respond in the conversation log either through Bing Speech Recognition or typing in the chat space. However, it does not speak the phrase when it responds. I can open the Skill panel, go to response and manually trigger the script to run and it works as I expected it to - speaking through the EZB speakers. So, what am I doing wrong?
Here is my response script - which works if I manually RUN the code. Audio.sayEZB(getVar("$OpenAIResponse"));
My Project is called "C3PO Chatbot" on the cloud Drive.
Related Hardware (view all EZB hardware)
EZ-B Iotiny
by EZ-Robot
Control IoTiny with Synthiam ARC: 100MHz Cortex‑M4 Wi‑Fi IoT/robot controller-camera, servos, ADC, I2C and digital I/O for easy internet automation
Wi-Fi / USB
Servos
8
Camera
Audio
UART
✕
I2C
ADC
✕
Digital
✕
Related Robot Skills (view all robot skills)
Bing Speech Recognition
by Microsoft
Accurate Bing cloud speech-to-text for ARC: wake-word, programmable control, $BingSpeech output, Windows language support, headset compatible
Openai Chatgpt
by OpenAI
ChatGPT conversational AI for ARC robots-configurable personality, memory, image description, script execution, speech and API integration.
Requires ARC
v35

It seems like you have followed the instructions correctly, but there might be a small issue with the configuration. Here are a few things you can check:
Make sure that the "SayEZB" command is used in the OpenAI ChatGPT skill's response script. This command is responsible for speaking the response through the EZB speakers. Double-check that it is present in the script.
Verify that the volume of the EZB speakers is turned up and not muted. You can adjust the volume using the volume control on the EZ-B IoTiny or through the ARC software.
Check the audio output settings in ARC. Go to the "Options" menu, select "Audio", and ensure that the correct audio output device is selected.
If you have confirmed these settings and the issue persists, please provide more details about your setup and any error messages you may be encountering.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
Athena, you are not helping in this case. Maybe DJ can offer some insight! I am going to need more specific input.
I can make it respond if I manually run the script with. But, it does not trigger the script when the response comes back from Open AI.
I got it working! I just had to reboot. This is so awesome. I’ll post the project soon.