Dhruv-Ty commited on
Commit
0e203e7
·
1 Parent(s): d65a2ca
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from medrax.utils import *
14
 
15
  warnings.filterwarnings("ignore")
16
  logging.set_verbosity_error()
17
- load_dotenv() # Remove the _ = assignment to ensure it's properly loaded
18
 
19
  # Set environment variables explicitly to ensure they're available
20
  api_key = os.getenv("OPENAI_API_KEY")
 
14
 
15
  warnings.filterwarnings("ignore")
16
  logging.set_verbosity_error()
17
+ load_dotenv()
18
 
19
  # Set environment variables explicitly to ensure they're available
20
  api_key = os.getenv("OPENAI_API_KEY")