Skip to content

Commit

Permalink
Fix metadata and regenerate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTraub committed Nov 28, 2023
1 parent ff551bb commit eb73010
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions php/example_code/bedrock-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--Generated by WRITEME on 2023-11-17 17:19:00.601889 (UTC)-->
<!--Generated by WRITEME on 2023-11-23 08:54:59.154746 (UTC)-->
# Amazon Bedrock Runtime code examples for the SDK for PHP

## Overview
Expand Down Expand Up @@ -41,9 +41,9 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `php`

Code excerpts that show you how to call individual service functions.

* [Invoke AI21 Labs Jurassic-2 on Amazon Bedrock](BedrockRuntimeService.php#L72) (`InvokeModel`)
* [Invoke AI21 Labs Jurassic-2 on Amazon Bedrock](BedrockRuntimeService.php#L71) (`InvokeModel`)
* [Invoke Anthropic Claude 2 on Amazon Bedrock](BedrockRuntimeService.php#L33) (`InvokeModel`)
* [Invoke Meta Llama 2 on Amazon Bedrock](BedrockRuntimeService.php#L107) (`InvokeModel`)
* [Invoke Meta Llama 2 on Amazon Bedrock](BedrockRuntimeService.php#L105) (`InvokeModel`)

### Scenarios

Expand All @@ -70,6 +70,7 @@ This example shows you how to invoke multiple large-language-models (LLMs) on Am
* Generate text with Anthropic Claude 2.
* Generate text with AI21 Labs Jurassic-2.
* Generate text with Meta Llama 2 Chat.
* Generate text and asynchronously process the response stream with Anthropic Claude 2.

<!--custom.scenario_prereqs.bedrock-runtime_Scenario_Invoke_models.start-->
<!--custom.scenario_prereqs.bedrock-runtime_Scenario_Invoke_models.end-->
Expand Down

0 comments on commit eb73010

Please sign in to comment.