ci(config.yml): add lunary to circle ci

This commit is contained in:
Krrish Dholakia 2024-03-29 22:09:21 -07:00
parent 4826018756
commit 22d5603778
2 changed files with 4 additions and 2 deletions

View file

@ -34,6 +34,7 @@ jobs:
pip install "boto3>=1.28.57"
pip install "aioboto3>=12.3.0"
pip install langchain
pip install lunary==0.2.5
pip install "langfuse>=2.0.0"
pip install numpydoc
pip install traceloop-sdk==0.0.69

View file

@ -12,7 +12,6 @@ litellm.success_callback = ["lunary"]
litellm.set_verbose = True
def test_lunary_logging():
try:
response = completion(
@ -40,8 +39,10 @@ def test_lunary_template():
except Exception as e:
print(e)
# test_lunary_template()
def test_lunary_logging_with_metadata():
try:
response = completion(
@ -81,4 +82,4 @@ def test_lunary_logging_with_streaming_and_metadata():
print(e)
test_lunary_logging_with_streaming_and_metadata()
# test_lunary_logging_with_streaming_and_metadata()