run ci/cd again

This commit is contained in:
Ishaan Jaff 2024-09-05 19:07:47 -07:00
parent b573847dad
commit b5349e97c7

View file

@ -20,7 +20,7 @@ from litellm.utils import ModelResponseListIterator
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system-path
) # Adds the parent directory to the system path
from dotenv import load_dotenv
load_dotenv()