Spaces:
Build error
Build error
Commit
·
afd36fb
1
Parent(s):
7bfec74
new agent
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -5,7 +5,7 @@ import inspect
|
|
5 |
import pandas as pd
|
6 |
|
7 |
from langchain.agents import initialize_agent, AgentType
|
8 |
-
from
|
9 |
from langchain.tools import Tool
|
10 |
from agent.gaia_agent import create_langchain_agent
|
11 |
|
|
|
5 |
import pandas as pd
|
6 |
|
7 |
from langchain.agents import initialize_agent, AgentType
|
8 |
+
from langchain_community.llms import OpenAI
|
9 |
from langchain.tools import Tool
|
10 |
from agent.gaia_agent import create_langchain_agent
|
11 |
|
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ gradio
|
|
2 |
requests
|
3 |
transformers
|
4 |
huggingface_hub
|
|
|
5 |
langchain
|
6 |
openai
|
7 |
wikipedia
|
|
|
2 |
requests
|
3 |
transformers
|
4 |
huggingface_hub
|
5 |
+
langchain-community
|
6 |
langchain
|
7 |
openai
|
8 |
wikipedia
|