rishabh5752 commited on
Commit
4a07668
Β·
1 Parent(s): 8d40cd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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