forked from phoenix/litellm-mirror
fix google ai studio tests
This commit is contained in:
parent
d846029e91
commit
6e482f8cba
1 changed files with 2 additions and 0 deletions
|
@ -1191,6 +1191,7 @@ jobs:
|
|||
-e DATABASE_URL=$PROXY_DATABASE_URL \
|
||||
-e LITELLM_MASTER_KEY="sk-1234" \
|
||||
-e OPENAI_API_KEY=$OPENAI_API_KEY \
|
||||
-e GEMINI_API_KEY=$GEMINI_API_KEY \
|
||||
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
|
||||
-e LITELLM_LICENSE=$LITELLM_LICENSE \
|
||||
--name my-app \
|
||||
|
@ -1228,6 +1229,7 @@ jobs:
|
|||
name: Install Node.js dependencies
|
||||
command: |
|
||||
npm install @google-cloud/vertexai
|
||||
npm install @google/generative-ai
|
||||
npm install --save-dev jest
|
||||
|
||||
- run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue