Spaces:

npc0 commited on
Commit
5716977
1 Parent(s): f31f0ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -6,9 +6,11 @@ from crewai_tools import tool
6
  from crewai_tools import MDXSearchTool
7
  from crewai_tools import WebsiteSearchTool
8
  from langchain_anthropic import ChatAnthropic
9
- import nest_asyncio
10
-
11
- nest_asyncio.apply()
 
 
12
 
13
  DOC_URL = 'https://secure.ssa.gov/apps10/poms.nsf/lnx/0500502100'
14
  MODEL_NAME = "claude-3-5-sonnet-20240620"
 
6
  from crewai_tools import MDXSearchTool
7
  from crewai_tools import WebsiteSearchTool
8
  from langchain_anthropic import ChatAnthropic
9
+ # import asyncio
10
+ # loop = asyncio.new_event_loop()
11
+ # asyncio.set_event_loop(loop)
12
+ # import nest_asyncio
13
+ # nest_asyncio.apply()
14
 
15
  DOC_URL = 'https://secure.ssa.gov/apps10/poms.nsf/lnx/0500502100'
16
  MODEL_NAME = "claude-3-5-sonnet-20240620"