Skip to content

Commit 1d8e4c5

Browse files
Dennis Traubcpyle0819
authored andcommitted
Update readmes
1 parent f27c330 commit 1d8e4c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

php/example_code/bedrock-runtime/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ functions within the same service.
4444

4545
### AI21 Labs Jurassic-2
4646

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

4949
### Amazon Titan Image Generator
5050

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

5353
### Anthropic Claude
5454

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

5757
### Meta Llama
5858

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

6161
### Stable Diffusion
6262

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

6565

6666
<!--custom.examples.start-->

php/example_code/bedrock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `php`
4040

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

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

4545

4646
<!--custom.examples.start-->

0 commit comments

Comments
 (0)