You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/bedtime-story-teller/python/main.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
llm=CloudLLM(
12
12
api_key=os.getenv("API_KEY"), # Make sure to set your API key in the environment variable
13
13
model=CloudModel.GOOGLE_GEMINI,
14
-
system_prompt="You are a bedtime story teller. Tell short, funny and relaxing stories that are suitable for children. Use a simple language and avoid long sentences.",
0 commit comments