Wow, is this actually the problem? 😮 https://github.com/langchain-ai/langchainjs/issues/3187#issuec

GitHub
declare type Env = { ENVIRONMENT: "dev" | "production"; BEDROCK_AWS_ACCESS_KEY_ID: string; BEDROCK_AWS_SECRET_ACCESS_KEY: string; }; import { Bedrock } from "langchain/llms...
Was this page helpful?