We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79352e2 commit ec75de3Copy full SHA for ec75de3
apps/docs/content/docs/en/tools/translate.mdx
@@ -53,6 +53,9 @@ Send a chat completion request to any supported LLM provider
53
| `vertexProject` | string | No | Google Cloud project ID for Vertex AI |
54
| `vertexLocation` | string | No | Google Cloud location for Vertex AI \(defaults to us-central1\) |
55
| `vertexCredential` | string | No | Google Cloud OAuth credential ID for Vertex AI |
56
+| `bedrockAccessKeyId` | string | No | AWS Access Key ID for Bedrock |
57
+| `bedrockSecretKey` | string | No | AWS Secret Access Key for Bedrock |
58
+| `bedrockRegion` | string | No | AWS region for Bedrock \(defaults to us-east-1\) |
59
60
#### Output
61
0 commit comments