(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-05-31 07:58:11 -07:00
parent 903528a3e2
commit 5002804d87
2 changed files with 1 additions and 2 deletions

View file

@ -9,4 +9,3 @@ anthropic
orjson orjson
pydantic==2.7.1 pydantic==2.7.1
google-cloud-aiplatform==1.43.0 google-cloud-aiplatform==1.43.0
redisvl==0.0.7 # semantic caching

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