Skip to content

Commit 715d1f2

Browse files
committed
remove key
1 parent ad9e2da commit 715d1f2

File tree

1 file changed

+1
-2
lines changed
  • examples/bedtime-story-teller/python

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
llm = CloudLLM(
13-
# api_key=os.getenv("API_KEY"), # Make sure to set your API key in the environment variable
14-
api_key="AIzaSyBAD0PFgQ4wRaQJgdNreUc7BCkT2SlacPE",
13+
api_key=os.getenv("API_KEY"), # Make sure to set your API key in the environment variable
1514
model=CloudModel.GOOGLE_GEMINI,
1615
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.",
1716
)

0 commit comments

Comments
 (0)