Skip to content

Commit

Permalink
update the table link
Browse files Browse the repository at this point in the history
  • Loading branch information
philschmid committed Oct 26, 2023
1 parent 1e618d6 commit 5434a57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The examples cover the main functionality of the library - chat, text completion

## Amazon Bedrock

| Example | Description |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Detailed ChatCompletion Example](sagemaker-chat-completion-api) | Shows how to use the ChatCompletion API to have a conversational chat with the model. |
| [Example how to stream chat requests](stream-chat-completions) | Demonstrates streaming multiple chat requests to efficiently chat with the model. |
| Example | Description |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [Detailed ChatCompletion Example](bedrock-chat-completion-api) | Shows how to use the ChatCompletion API to have a conversational chat with the model. |
| [Example how to stream chat requests](bedrock-stream-chat-completions) | Demonstrates streaming multiple chat requests to efficiently chat with the model. |

0 comments on commit 5434a57

Please sign in to comment.