Shreyas094 commited on
Commit
ffaa6b1
·
verified ·
1 Parent(s): bdb53e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -28,7 +28,6 @@ import nest_asyncio
28
  from your_module import EnhancedContextDrivenChatbot, ask_question, update_vectors, clear_cache
29
 
30
  nest_asyncio.apply()
31
- asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) # Use this on Windows
32
 
33
  huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
34
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")
 
28
  from your_module import EnhancedContextDrivenChatbot, ask_question, update_vectors, clear_cache
29
 
30
  nest_asyncio.apply()
 
31
 
32
  huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
33
  llama_cloud_api_key = os.environ.get("LLAMA_CLOUD_API_KEY")