(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-04-05 17:26:02 -07:00
parent 11186d6ab4
commit 7fc416b636

View file

@ -7,7 +7,7 @@ import os, io
sys.path.insert( sys.path.insert(
0, os.path.abspath("../..") 0, os.path.abspath("../..")
) # Adds the parent directory to the system path ) # Adds the parent directory to the, system path
import pytest import pytest
import litellm import litellm
from litellm import embedding, completion, completion_cost, Timeout from litellm import embedding, completion, completion_cost, Timeout