BroBro87 commited on
Commit
565183f
·
verified ·
1 Parent(s): 8e52166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ load_dotenv()
10
  llm = ChatOpenAI(model="gpt-4o")
11
 
12
  toolset = ComposioToolSet()
13
- tools = toolset.get_tools(apps=[App.SERPAPI, App.WEBTOOL, App.BROWSERTOOL, App.IMAGE_ANALYSER])
14
 
15
  def find_hackernews_posts(message,history):
16
  input_website = message
 
10
  llm = ChatOpenAI(model="gpt-4o")
11
 
12
  toolset = ComposioToolSet()
13
+ tools = toolset.get_tools(apps=[App.SERPAPI, App.WEBTOOL, App.BROWSER_TOOL, App.IMAGE_ANALYSER])
14
 
15
  def find_hackernews_posts(message,history):
16
  input_website = message