My new UNO Q is is working perfectly.
I am interested in trying this bedtime story teller example shown in the AppLab Can you tell me step by step what should I do..?
My new UNO Q is is working perfectly.
I am interested in trying this bedtime story teller example shown in the AppLab Can you tell me step by step what should I do..?
Hi @ks5084.
Nice!
Please try this:
If you have any questions or problems while following those instructions, just reply here on the forum topic with a detailed description of what you encountered. We'll be happy to provide further assistance as needed.
I have successfully put the UNO Q in SBC Mode. I wanted to try the bedtime story teller . When I tried to run it says Action Required . Cloud LLM requires mandatory configuration to RUN. What is this and can you explain what I should do next..?
You must follow the instructions that are shown in the main panel of the Arduino App Lab window:
Please carefully read and follow the instructions that are shown in the main panel of the Arduino App Lab window. If you have any questions or problems while following those instructions, just reply here on the forum topic with a detailed description of what you encountered. We'll be happy to provide further assistance as needed.
I generated OpenAI API but the main.py shows cloud model Gemini only. It did not work with OpenAI API. Then I generated API with Gemini. I was thrilled to see it worked perfectly. Thank you for your support..
You are free to edit the contents of main.py as needed. As the instructions in the readme say, if you want to use OpenAI, then you would change this line in the main.py code:
model=CloudModel.GOOGLE_GEMINI,
to this:
model=CloudModel.OPENAI_GPT,
Great news! Congratulations on getting it working.