Wow, is this actually the problem? 😮 https://github.com/langchain-ai/langchainjs/issues/3187#issuec
Wow, is this actually the problem?
https://github.com/langchain-ai/langchainjs/issues/3187#issuecomment-1800851389
GitHub
declare type Env = { ENVIRONMENT: "dev" | "production"; BEDROCK_AWS_ACCESS_KEY_ID: string; BEDROCK_AWS_SECRET_ACCESS_KEY: string; }; import { Bedrock } from "langchain/llms...


