Asked — Edited
Resolved Resolved by Athena AI!

AI Chatbot Responds In Conversation Log, But Does Not Speak.

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 EZ-B IoTiny

ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

PRO
Canada
#1  

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:

  1. 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.

  2. 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.

  3. 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.
#2   — Edited

Athena, you are not helping in this case.  Maybe DJ can offer some insight! I am going to need more specific input.

#3  

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.

#4  

I got it working! I just had to reboot. This is so awesome. I’ll post the project soon.