Skip to content

Commit c6306cc

Browse files
committed
Update readme content
1 parent 26e621d commit c6306cc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/bedtime-story-teller/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **Bedtime Story Teller** example demonstrates how to build a generative AI a
66

77
## Description
88

9-
This App transforms the UNO Q into an AI storytelling assistant. It uses the `cloud_llm` Brick to connect to a cloud-based AI model and the `web_ui` Brick to provide a rich configuration interface.
9+
This App transforms the UNO Q into an AI storytelling assistant. It uses the `cloud_llm` Brick to connect to a cloud-based AI model and the `web_ui` Brick to provide a rich configuration interface.
1010

1111
The workflow allows you to craft a story by selecting specific parameters—such as the child's age, story theme, tone, and specific characters—or to let the App **generate a story randomly** for a quick surprise. The backend constructs a detailed prompt, sends it to the AI model, and streams the generated story back to the browser text-token by text-token.
1212

@@ -23,7 +23,6 @@ The bedtime story teller example uses the following Bricks:
2323

2424
- Arduino UNO Q (x1)
2525
- USB-C® cable (for power and programming) (x1)
26-
- Personal computer with internet access
2726

2827
### Software
2928

@@ -46,7 +45,11 @@ This example requires a valid API Key from an LLM provider (Google Gemini, OpenA
4645
![Open Brick Configuration](assets/docs_assets/brick-config.png)
4746

4847
3. **Add API Key**
49-
In the configuration panel, enter your API Key (e.g., your Google AI Studio key) into the corresponding field. This securely saves your credentials for the App to use.
48+
In the configuration panel, enter your API Key into the corresponding field. This securely saves your credentials for the App to use. You can generate an API key from your preferred provider:
49+
* **Google Gemini:** [Get API Key](https://aistudio.google.com/app/apikey)
50+
* **OpenAI GPT:** [Get API Key](https://platform.openai.com/api-keys)
51+
* **Anthropic Claude:** [Get API Key](https://console.anthropic.com/settings/keys)
52+
5053
![Enter your API KEY](assets/docs_assets/brick-credentials.png)
5154

5255
4. **Run the App**

0 commit comments

Comments
 (0)