Skip to content

Commit

Permalink
Update e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael authored Jan 16, 2025
1 parent cfd8964 commit f546eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ports:
- 8001:8000
env:
CONFIG_JSON: "{'clients':{'sonnet-3.5-v2': { 'type': 'anthropic', 'model': 'anthropic.claude-3-5-sonnet-20241022-v2:0', 'aws_access_key': ${{ secrets.AWS_ACCESS_KEY_ID }}, 'aws_secret_key': ${{ secrets.AWS_SECRET_ACCESS_KEY }}, 'region': 'us-west-2'}}}"
CONFIG_JSON: "{'clients':{'sonnet-3.5-v2': { 'type': 'bedrock-anthropic', 'model': 'anthropic.claude-3-5-sonnet-20241022-v2:0', 'aws_access_key': ${{ secrets.AWS_ACCESS_KEY_ID }}, 'aws_secret_key': ${{ secrets.AWS_SECRET_ACCESS_KEY }}, 'region': 'us-west-2'}}}"
languagetool:
image: erikvl87/languagetool:6.5
ports:
Expand Down

0 comments on commit f546eaa

Please sign in to comment.