Update run_with_gunicorn.py

This commit is contained in:
Saifeddine ALOUI 2025-03-03 12:21:50 +01:00 committed by GitHub
parent e87feb76bc
commit bda931e1d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ from dotenv import load_dotenv
# Load environment variables from .env file
print(f"Current folder: {os.getcwd()}")
load_dotenv()
load_dotenv(".env")
print(f"Check: {os.getenv('LLM_MODEL')}")
def check_and_install_dependencies():