bstraehle commited on
Commit
30aa93e
·
1 Parent(s): 625e287

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def invoke(openai_api_key, prompt):
42
 
43
  print("333")
44
  agent = initialize_agent(
45
- tools, + [time],
46
  llm,
47
  agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
48
  handle_parsing_errors = True,
 
42
 
43
  print("333")
44
  agent = initialize_agent(
45
+ tools + [time],
46
  llm,
47
  agent = AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
48
  handle_parsing_errors = True,