Skip to content

Commit 4b24a0a

Browse files
committed
add models name to readme content
1 parent c6306cc commit 4b24a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/bedtime-story-teller/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ Once the App is running, it performs the following operations:
101101

102102
The Python script handles the logic of connecting to the AI and managing the data flow. Note that the API Key is not hardcoded; it is retrieved automatically from the Brick configuration.
103103

104-
- **Initialization**: The `CloudLLM` is set up with a system prompt that enforces HTML formatting for the output.
104+
- **Initialization**: The `CloudLLM` is set up with a system prompt that enforces HTML formatting for the output. The `CloudModel` constants map to specific efficient model versions:
105+
* `CloudModel.GOOGLE_GEMINI``gemini-2.5-flash`
106+
* `CloudModel.OPENAI_GPT``gpt-4o-mini`
107+
* `CloudModel.ANTHROPIC_CLAUDE``claude-3-7-sonnet-latest`
105108

106109
```python
107110
# The API Key is loaded automatically from the Brick Configuration

0 commit comments

Comments
 (0)