forked from phoenix/litellm-mirror
ci(config.yml): add lunary to circle ci
This commit is contained in:
parent
4826018756
commit
22d5603778
2 changed files with 4 additions and 2 deletions
|
@ -34,6 +34,7 @@ jobs:
|
||||||
pip install "boto3>=1.28.57"
|
pip install "boto3>=1.28.57"
|
||||||
pip install "aioboto3>=12.3.0"
|
pip install "aioboto3>=12.3.0"
|
||||||
pip install langchain
|
pip install langchain
|
||||||
|
pip install lunary==0.2.5
|
||||||
pip install "langfuse>=2.0.0"
|
pip install "langfuse>=2.0.0"
|
||||||
pip install numpydoc
|
pip install numpydoc
|
||||||
pip install traceloop-sdk==0.0.69
|
pip install traceloop-sdk==0.0.69
|
||||||
|
|
|
@ -12,7 +12,6 @@ litellm.success_callback = ["lunary"]
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_lunary_logging():
|
def test_lunary_logging():
|
||||||
try:
|
try:
|
||||||
response = completion(
|
response = completion(
|
||||||
|
@ -40,8 +39,10 @@ def test_lunary_template():
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
|
||||||
# test_lunary_template()
|
# test_lunary_template()
|
||||||
|
|
||||||
|
|
||||||
def test_lunary_logging_with_metadata():
|
def test_lunary_logging_with_metadata():
|
||||||
try:
|
try:
|
||||||
response = completion(
|
response = completion(
|
||||||
|
@ -81,4 +82,4 @@ def test_lunary_logging_with_streaming_and_metadata():
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
|
||||||
test_lunary_logging_with_streaming_and_metadata()
|
# test_lunary_logging_with_streaming_and_metadata()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue