MoBnJlal commited on
Commit
5cc0e93
·
verified ·
1 Parent(s): 0aa27ac

Update Agent.py

Browse files
Files changed (1) hide show
  1. Agent.py +2 -2
Agent.py CHANGED
@@ -34,8 +34,8 @@ llm = ChatGoogleGenerativeAI(
34
  max_output_tokens=1024
35
  )
36
  messages = [
37
- SystemMessage(content=GAIA_SYSTEM_PROMPT) #,
38
- #HumanMessage(content="Get started, messages on the way.")
39
  ]
40
 
41
  response = llm.invoke(messages)
 
34
  max_output_tokens=1024
35
  )
36
  messages = [
37
+ SystemMessage(content=GAIA_SYSTEM_PROMPT) ,
38
+ HumanMessage(content="Get started, messages on the way.")
39
  ]
40
 
41
  response = llm.invoke(messages)