Spaces:
Running
Running
Update app.py
Browse files
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")
|