Skip to content

Commit e867797

Browse files
authored
Update integration tests to use the latest Amazon Nova 2 models (#39)
1 parent 1ca29c6 commit e867797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • clients/aws-sdk-bedrock-runtime/tests/integration

clients/aws-sdk-bedrock-runtime/tests/integration/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from aws_sdk_bedrock_runtime.client import BedrockRuntimeClient
1010
from aws_sdk_bedrock_runtime.config import Config
1111

12-
MODEL_ID = "amazon.titan-text-express-v1"
13-
BIDIRECTIONAL_MODEL_ID = "amazon.nova-sonic-v1:0"
12+
MODEL_ID = "global.amazon.nova-2-lite-v1:0"
13+
BIDIRECTIONAL_MODEL_ID = "amazon.nova-2-sonic-v1:0"
1414
MESSAGE = "Who created the Python programming language?"
1515
AUDIO_FILE = Path(__file__).parent / "assets" / "test.pcm"
1616

0 commit comments

Comments
 (0)