Skip to content

Commit 374bbe9

Browse files
committed
readmes
1 parent faf2a85 commit 374bbe9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

dotnetv3/Bedrock-runtime/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3
4949

5050
### Cohere Command
5151

52-
- [Converse](Models/CohereCommand/Converse/Converse.csx#L4)
53-
- [ConverseStream](Models/CohereCommand/ConverseStream/ConverseStream.csx#L4)
54-
- [InvokeModel: Command R and R+](Models/CohereCommand/Command_R_InvokeModel/InvokeModel.csx#L4)
55-
- [InvokeModel: Command and Command Light](Models/CohereCommand/Command_InvokeModel/InvokeModel.csx#L4)
56-
- [InvokeModelWithResponseStream: Command R and R+](Models/CohereCommand/Command_R_InvokeModelWithResponseStream/InvokeModelWithResponseStream.csx#L4)
57-
- [InvokeModelWithResponseStream: Command and Command Light](Models/CohereCommand/Command_InvokeModelWithResponseStream/InvokeModelWithResponseStream.csx#L4)
52+
- [Converse](Models/CohereCommand/Converse/Converse.cs#L4)
53+
- [ConverseStream](Models/CohereCommand/ConverseStream/ConverseStream.cs#L4)
54+
- [InvokeModel: Command R and R+](Models/CohereCommand/Command_R_InvokeModel/InvokeModel.cs#L4)
55+
- [InvokeModel: Command and Command Light](Models/CohereCommand/Command_InvokeModel/InvokeModel.cs#L4)
56+
- [InvokeModelWithResponseStream: Command R and R+](Models/CohereCommand/Command_R_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
57+
- [InvokeModelWithResponseStream: Command and Command Light](Models/CohereCommand/Command_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
5858

5959
### Meta Llama
6060

61-
- [Converse](Models/MetaLlama/Converse/Converse.csx#L4)
62-
- [ConverseStream](Models/MetaLlama/ConverseStream/ConverseStream.csx#L4)
63-
- [InvokeModel: Llama 2](Models/MetaLlama/Llama2_InvokeModel/InvokeModel.csx#L4)
64-
- [InvokeModel: Llama 3](Models/MetaLlama/Llama3_InvokeModel/InvokeModel.csx#L4)
65-
- [InvokeModelWithResponseStream: Llama 2](Models/MetaLlama/Llama2_InvokeModelWithResponseStream/InvokeModelWithResponseStream.csx#L4)
66-
- [InvokeModelWithResponseStream: Llama 3](Models/MetaLlama/Llama3_InvokeModelWithResponseStream/InvokeModelWithResponseStream.csx#L4)
61+
- [Converse](Models/MetaLlama/Converse/Converse.cs#L4)
62+
- [ConverseStream](Models/MetaLlama/ConverseStream/ConverseStream.cs#L4)
63+
- [InvokeModel: Llama 2](Models/MetaLlama/Llama2_InvokeModel/InvokeModel.cs#L4)
64+
- [InvokeModel: Llama 3](Models/MetaLlama/Llama3_InvokeModel/InvokeModel.cs#L4)
65+
- [InvokeModelWithResponseStream: Llama 2](Models/MetaLlama/Llama2_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
66+
- [InvokeModelWithResponseStream: Llama 3](Models/MetaLlama/Llama3_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
6767

6868
### Mistral AI
6969

0 commit comments

Comments
 (0)