We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2619253 commit a6af604Copy full SHA for a6af604
.github/workflows/standard-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
BEDROCK_AWS_ACCESS_KEY_ID: ${{ secrets.BEDROCK_AWS_ACCESS_KEY_ID }}
34
BEDROCK_AWS_SECRET_ACCESS_KEY: ${{ secrets.BEDROCK_AWS_SECRET_ACCESS_KEY }}
35
BEDROCK_AWS_REGION: "us-east-1"
36
- GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }}
+ GOOGLE_VERTEX_AI_WEB_CREDENTIALS: ${{ secrets.GOOGLE_VERTEX_AI_WEB_CREDENTIALS }}
37
38
# The `@langchain/openai` package contains standard tests for ChatOpenAI and AzureChatOpenAI
39
# We want to run these separately, so we need to pass the exact path for each test, which means
0 commit comments