This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit cc9f2fda9251e951c9d20e604fbbd2ce53a82beb
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Apr 2 06:52:42 2024 +0200

    AWS Bedrock Sink Text - Add all the available models for 4.5.0
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml
index dfedb4fe..2e871eda 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-text-sink.kamelet.yaml
@@ -46,7 +46,7 @@ spec:
         title: Model Id
         description: The model Id to be used.
         type: string
-        enum: ["amazon.titan-text-express-v1", "amazon.titan-text-lite-v1", 
"ai21.j2-ultra-v1", "ai21.j2-mid-v1"]
+        enum: ["amazon.titan-text-express-v1", "amazon.titan-text-lite-v1", 
"ai21.j2-ultra-v1", "ai21.j2-mid-v1", "anthropic.claude-instant-v1", 
"anthropic.claude-v2", "anthropic.claude-v2:1", 
"anthropic.claude-3-sonnet-20240229-v1:0"]
       accessKey:
         title: Access Key
         description: The access key obtained from AWS.

Reply via email to