[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
|
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 ---
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user