Fix Bedrock (#119)

This commit is contained in:
cybermaggedon 2024-10-15 19:21:43 +01:00 committed by GitHub
parent f36c5e5d03
commit 25983d1557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 8 deletions

View file

@ -16,7 +16,7 @@ local chunker = import "chunker-recursive.jsonnet";
local envSecrets = engine.envSecrets("bedrock-credentials")
.with_env_var("AWS_ID_KEY", "aws-id-key")
.with_env_var("AWS_SECRET_KEY", "aws-secret-key")
.with_env_var("AWS_SECRET", "aws-secret")
.with_env_var("AWS_REGION", "aws-region");
local container =