Skip to content

Commit

Permalink
aws/bedrock: bump intro version
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Aug 21, 2024
1 parent 33615a1 commit 629e97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ component_type_dropdown::[]
Generates responses to messages in a chat conversation, using the AWS Bedrock API.
Introduced in version 4.33.0.
Introduced in version 4.34.0.
[tabs]
Expand Down
2 changes: 1 addition & 1 deletion internal/impl/aws/processor_bedrock.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func newBedrockConfigSpec() *service.ConfigSpec {
Description(`This processor sends prompts to your chosen large language model (LLM) and generates text from the responses, using the AWS Bedrock API.
For more information, see the https://docs.aws.amazon.com/bedrock/latest/userguide[AWS Bedrock documentation^].`).
Categories("AI").
Version("4.33.0").
Version("4.34.0").
Fields(config.SessionFields()...).
Field(service.NewStringField(bedFieldModel).
Examples("amazon.titan-text-express-v1", "anthropic.claude-3-5-sonnet-20240620-v1:0", "cohere.command-text-v14", "meta.llama3-1-70b-instruct-v1:0", "mistral.mistral-large-2402-v1:0").
Expand Down

0 comments on commit 629e97e

Please sign in to comment.