Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Traub authored and meyertst-aws committed Oct 18, 2024
1 parent 20075f3 commit c26dcc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions php/example_code/bedrock-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ functions within the same service.

### AI21 Labs Jurassic-2

- [InvokeModel](BedrockRuntimeService.php#L72)
- [InvokeModel](BedrockRuntimeService.php#L57)

### Amazon Titan Image Generator

- [InvokeModel](BedrockRuntimeService.php#L184)
- [InvokeModel](BedrockRuntimeService.php#L154)

### Anthropic Claude

- [InvokeModel](BedrockRuntimeService.php#L33)
- [InvokeModel](BedrockRuntimeService.php#L24)

### Meta Llama

- [InvokeModel: Llama 2](BedrockRuntimeService.php#L107)
- [InvokeModel: Llama 2](BedrockRuntimeService.php#L87)

### Stable Diffusion

- [InvokeModel](BedrockRuntimeService.php#L142)
- [InvokeModel](BedrockRuntimeService.php#L117)


<!--custom.examples.start-->
Expand Down
2 changes: 1 addition & 1 deletion php/example_code/bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `php`

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

- [ListFoundationModels](BedrockService.php#L31)
- [ListFoundationModels](BedrockService.php#L14)


<!--custom.examples.start-->
Expand Down

0 comments on commit c26dcc4

Please sign in to comment.