Skip to content

Commit 56b5647

Browse files
committed
refactor: Remove static system_prompt from CloudLLM
1 parent 62490ec commit 56b5647

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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.",
1514
)
1615
llm.with_memory()
1716

0 commit comments

Comments
 (0)