diff --git a/docs/pages/docs/api-reference/aws-bedrock-stream.mdx b/docs/pages/docs/api-reference/aws-bedrock-stream.mdx index 1d55a48c4635..fea899632f93 100644 --- a/docs/pages/docs/api-reference/aws-bedrock-stream.mdx +++ b/docs/pages/docs/api-reference/aws-bedrock-stream.mdx @@ -183,4 +183,4 @@ export async function POST(req: Request) { } ``` -In this example, the `AWSBedrockCohereStream` function transforms the text generation stream from the Bedrock into a ReadableStream of parsed result. This allows clients to consume AI outputs in real-time as they're generated, instead of waiting for the complete response. +In this example, the `AWSBedrockLlama2Stream` function transforms the text generation stream from the Bedrock into a ReadableStream of parsed result. This allows clients to consume AI outputs in real-time as they're generated, instead of waiting for the complete response.