From bda931e1d2abc934b7418e0c2ad4e73734d2366d Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 3 Mar 2025 12:21:50 +0100 Subject: [PATCH] Update run_with_gunicorn.py --- lightrag/api/run_with_gunicorn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/run_with_gunicorn.py b/lightrag/api/run_with_gunicorn.py index 50dd195d..71844fe0 100644 --- a/lightrag/api/run_with_gunicorn.py +++ b/lightrag/api/run_with_gunicorn.py @@ -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():