[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 39b1bea381
commit c888c52e4e
2 changed files with 4 additions and 0 deletions

View File

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

View File

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