mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(test) fix traceloop sdk version
This commit is contained in:
parent
6515eef382
commit
35ffde257d
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
pip install appdirs
|
||||
pip install langchain
|
||||
pip install numpydoc
|
||||
pip install traceloop-sdk
|
||||
pip install traceloop-sdk==0.0.69
|
||||
- save_cache:
|
||||
paths:
|
||||
- ./venv
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import sys
|
||||
import os
|
||||
import io
|
||||
|
||||
#
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
import litellm
|
||||
from litellm import completion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue