(ci/cd) run another test

This commit is contained in:
ishaan-jaff 2023-12-08 19:04:45 -08:00
parent fcc9f3c504
commit 4cdada62c5

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