Spaces:
Paused
Paused
Hemang Thakur
commited on
Commit
·
d9487c9
1
Parent(s):
10a871c
updated environmemnt file path
Browse files
main.py
CHANGED
@@ -67,7 +67,7 @@ def get_oauth_token(provider: str) -> Optional[str]:
|
|
67 |
|
68 |
# Initialize the components
|
69 |
async def initialize_components():
|
70 |
-
load_dotenv(override=True)
|
71 |
|
72 |
from src.search.search_engine import SearchEngine
|
73 |
from src.query_processing.query_processor import QueryProcessor
|
|
|
67 |
|
68 |
# Initialize the components
|
69 |
async def initialize_components():
|
70 |
+
load_dotenv(ENV_FILE_PATH, override=True)
|
71 |
|
72 |
from src.search.search_engine import SearchEngine
|
73 |
from src.query_processing.query_processor import QueryProcessor
|