alanchen1115 commited on
Commit
58be95c
·
verified ·
1 Parent(s): 7ea102b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -174,7 +174,7 @@ system_prompt = """
174
  agent_executor = create_agent(
175
  model="google_genai:gemini-2.5-flash-lite",
176
  tools=tools,
177
- system_prompt=ystem_prompt,
178
  )
179
 
180
  # ==========================
 
174
  agent_executor = create_agent(
175
  model="google_genai:gemini-2.5-flash-lite",
176
  tools=tools,
177
+ system_prompt=system_prompt,
178
  )
179
 
180
  # ==========================