ka1kuk commited on
Commit
6774313
1 Parent(s): 4d64d89

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,7 +33,7 @@ tools = [
33
  ]
34
 
35
  llm = G4F(model=model)
36
- agent_chain = initialize_agent(tools, llm, agent=AgentType.OPENAI_FUNCTIONS, verbose=True)
37
 
38
 
39
  @app.get("/")
 
33
  ]
34
 
35
  llm = G4F(model=model)
36
+ agent_chain = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True)
37
 
38
 
39
  @app.get("/")