prthm11 commited on
Commit
7fe01b4
·
verified ·
1 Parent(s): 43ce83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -308,11 +308,11 @@ agent = create_react_agent(
308
  tools=[], # No specific tools are defined here, but could be added later
309
  prompt=SYSTEM_PROMPT
310
  )
311
- agent_2 = create_react_agent(
312
- model=llm2,
313
- tools=[], # No specific tools are defined here, but could be added later
314
- prompt=SYSTEM_PROMPT
315
- )
316
  agent_json_resolver = create_react_agent(
317
  model=llm,
318
  tools=[], # No specific tools are defined here, but could be added later
 
308
  tools=[], # No specific tools are defined here, but could be added later
309
  prompt=SYSTEM_PROMPT
310
  )
311
+ # agent_2 = create_react_agent(
312
+ # model=llm2,
313
+ # tools=[], # No specific tools are defined here, but could be added later
314
+ # prompt=SYSTEM_PROMPT
315
+ # )
316
  agent_json_resolver = create_react_agent(
317
  model=llm,
318
  tools=[], # No specific tools are defined here, but could be added later