[2f388f42] Chore: Add python-dotenv and configure dev_session.py to load environment variables

This commit is contained in:
2026-01-25 11:26:59 +00:00
parent a6cd557528
commit 25f122ce98
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ import json
import re import re
from typing import List, Dict, Optional, Tuple from typing import List, Dict, Optional, Tuple
from getpass import getpass from getpass import getpass
from dotenv import load_dotenv
load_dotenv()
# --- API Helper Functions --- # --- API Helper Functions ---

View File

@@ -2,6 +2,7 @@ pandas==1.5.3
numpy numpy
scikit-learn scikit-learn
openai==0.28.1 openai==0.28.1
python-dotenv
thefuzz thefuzz
python-Levenshtein python-Levenshtein
joblib joblib