From 31526438c51a126701c626a47b5dfadee2750bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Tornielli?= Date: Wed, 31 Jan 2024 14:02:31 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20function=20name=20from=20AWSBe?= =?UTF-8?q?drockCohereStream=20to=20AWSBedrockLlama2Stream=20=F0=9F=8C=B1?= =?UTF-8?q?=20(#924)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/pages/docs/api-reference/aws-bedrock-stream.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.