Skip to content

Commit 3152643

Browse files
authored
docs: Update function name from AWSBedrockCohereStream to AWSBedrockLlama2Stream 🌱 (#924)
1 parent 0d4411d commit 3152643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/api-reference/aws-bedrock-stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ export async function POST(req: Request) {
183183
}
184184
```
185185
186-
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.
186+
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.

0 commit comments

Comments
 (0)