Skip to content

Commit

Permalink
Update model id (#242)
Browse files Browse the repository at this point in the history
* Update model id

* Update sonnet version

---------

Co-authored-by: Shin, Jungseob <jungseob@amazon.com>
  • Loading branch information
raphael-shin and Shin, Jungseob authored Oct 23, 2024
1 parent 00ea86a commit 6e78950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Dict, Any, List, Optional, Generator

# Constants
MODEL_ID = 'anthropic.claude-3-haiku-20240307-v1:0'
MODEL_ID = 'anthropic.claude-3-5-sonnet-20241022-v2:0'
KNOWLEDGE_BASE_PARAM = "knowledge_base_id"
MODEL_ARN = f"arn:aws:bedrock:us-west-2::foundation-model/{MODEL_ID}"
INITIAL_MESSAGE = "Hello, Builders! Ask me any questions you have about AWS re:Invent sessions."
Expand Down

0 comments on commit 6e78950

Please sign in to comment.