Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
models: {
  "AWS Bedrock - Claude 2": {
    provider: "anthropic",
    cloud: "aws",
    model: "anthropic.claude-2.v2:1",
    awsAccessKey: "......",
    awsSecretKey: "......",
    awsRegion: "us-west-2"
  }
}

...