forked from phoenix/litellm-mirror
add caching with chromDB - not a dependency
This commit is contained in:
parent
09fcd88799
commit
d80f847fde
6 changed files with 113 additions and 2 deletions
|
@ -12,10 +12,11 @@ jobs:
|
|||
name: Install Dependencies
|
||||
command: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install -r .circleci/requirements.txt
|
||||
pip install infisical
|
||||
pip install pytest
|
||||
pip install openai[datalib]
|
||||
pip install chromadb
|
||||
|
||||
# Run pytest and generate JUnit XML report
|
||||
- run:
|
||||
|
|
5
.circleci/requirements.txt
Normal file
5
.circleci/requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# used by CI/CD testing
|
||||
openai
|
||||
python-dotenv
|
||||
openai
|
||||
tiktoken
|
Loading…
Add table
Add a link
Reference in a new issue