OuroborosM commited on
Commit
09a8433
·
1 Parent(s): c620be9

correct selection

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -891,6 +891,9 @@ def SetAgent(Choice):
891
  elif Choice =='OpenAI Multi':
892
  agent = agent_OPENAI_MULTI
893
  print("Set to:", Choice)
 
 
 
894
 
895
  global record
896
  record = []
 
891
  elif Choice =='OpenAI Multi':
892
  agent = agent_OPENAI_MULTI
893
  print("Set to:", Choice)
894
+ elif Choice =='Zero Short React 2':
895
+ agent = agent_ZEROSHOT_REACT_2
896
+ print("Set to:", Choice)
897
 
898
  global record
899
  record = []