Skip to content

Commit 5d2ce04

Browse files
committed
wip
1 parent 56b5647 commit 5d2ce04

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
llm = CloudLLM(
1212
api_key=os.getenv("API_KEY"), # Make sure to set your API key in the environment variable
1313
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.",
1415
)
1516
llm.with_memory()
1617

0 commit comments

Comments
 (0)