Spaces:
Runtime error
Runtime error
Commit
Β·
4a07668
1
Parent(s):
8d40cd3
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import chainlit as cl
|
2 |
from langchain import OpenAI, LLMChain
|
3 |
from langchain.agents import Tool, AgentExecutor, LLMSingleActionAgent, AgentOutputParser
|
|
|
1 |
+
!pip install duckduckgo-search
|
2 |
import chainlit as cl
|
3 |
from langchain import OpenAI, LLMChain
|
4 |
from langchain.agents import Tool, AgentExecutor, LLMSingleActionAgent, AgentOutputParser
|