Skip to content

Commit e166a62

Browse files
committed
fix
1 parent 491e8a5 commit e166a62

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/bedtime-story-teller/app.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ description:
55
It uses a cloud-based language model to generate a story based on user input and shows the story on a web interface.
66

77
bricks:
8-
- arduino:cloud_llm:
9-
variables:
10-
API_KEY: <API_KEY>
8+
- arduino:cloud_llm
119
- arduino:web_ui

examples/bedtime-story-teller/python/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
llm = CloudLLM(
13-
api_key=os.getenv("API_KEY"), # Make sure to set your API key in the environment variable
1413
model=CloudModel.GOOGLE_GEMINI,
1514
system_prompt="You are a bedtime story teller. Your response must be the story itself, formatted directly in HTML. Do not wrap your response in markdown code blocks or any other formatting. Use heading tags like <h1>, <h2> for titles and subtitles. Use <strong> or <b> for bold text. Include relevant emojis. If the story is chapter-based, use heading tags for chapter titles.",
1615
)

0 commit comments

Comments
 (0)