Revert "Logfire Integration"

This commit is contained in:
Krish Dholakia 2024-05-14 17:38:47 -07:00 committed by GitHub
parent c0d701a51e
commit b04a8d878a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 431 deletions

View file

@ -41,7 +41,6 @@ jobs:
pip install langchain
pip install lunary==0.2.5
pip install "langfuse==2.27.1"
pip install "logfire==0.29.0"
pip install numpydoc
pip install traceloop-sdk==0.0.69
pip install openai
@ -87,6 +86,7 @@ jobs:
exit 1
fi
cd ..
# Run pytest and generate JUnit XML report
- run:
@ -94,7 +94,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
# Store test results
@ -170,7 +170,6 @@ jobs:
pip install "aioboto3==12.3.0"
pip install langchain
pip install "langfuse>=2.0.0"
pip install "logfire==0.29.0"
pip install numpydoc
pip install prisma
pip install fastapi
@ -223,7 +222,7 @@ jobs:
name: Start outputting logs
command: docker logs -f my-app
background: true
- run:
- run:
name: Wait for app to be ready
command: dockerize -wait http://localhost:4000 -timeout 5m
- run:
@ -231,7 +230,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
# Store test results
@ -253,7 +252,7 @@ jobs:
name: Copy model_prices_and_context_window File to model_prices_and_context_window_backup
command: |
cp model_prices_and_context_window.json litellm/model_prices_and_context_window_backup.json
- run:
name: Check if litellm dir was updated or if pyproject.toml was modified
command: |
@ -338,4 +337,4 @@ workflows:
filters:
branches:
only:
- main
- main