From 6e482f8cba5443f6f48beaa8070e5c30342237d6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 25 Nov 2024 12:50:08 -0800 Subject: [PATCH] fix google ai studio tests --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 811afdd781c8..56fb1fee1134 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: