mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-27 06:42:13 +00:00
Update run_with_gunicorn.py
This commit is contained in:
parent
e87feb76bc
commit
bda931e1d2
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user