[2f388f42] Chore: Add python-dotenv and configure dev_session.py to load environment variables
This commit is contained in:
@@ -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 ---
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ pandas==1.5.3
|
||||
numpy
|
||||
scikit-learn
|
||||
openai==0.28.1
|
||||
python-dotenv
|
||||
thefuzz
|
||||
python-Levenshtein
|
||||
joblib
|
||||
|
||||
Reference in New Issue
Block a user