Update main.py
Browse files
main.py
CHANGED
@@ -33,7 +33,7 @@ tools = [
|
|
33 |
]
|
34 |
|
35 |
llm = G4F(model=model)
|
36 |
-
agent_chain = initialize_agent(tools, llm, agent=AgentType.
|
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("/")
|