We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca29c6 commit e867797Copy full SHA for e867797
1 file changed
clients/aws-sdk-bedrock-runtime/tests/integration/__init__.py
@@ -9,8 +9,8 @@
9
from aws_sdk_bedrock_runtime.client import BedrockRuntimeClient
10
from aws_sdk_bedrock_runtime.config import Config
11
12
-MODEL_ID = "amazon.titan-text-express-v1"
13
-BIDIRECTIONAL_MODEL_ID = "amazon.nova-sonic-v1:0"
+MODEL_ID = "global.amazon.nova-2-lite-v1:0"
+BIDIRECTIONAL_MODEL_ID = "amazon.nova-2-sonic-v1:0"
14
MESSAGE = "Who created the Python programming language?"
15
AUDIO_FILE = Path(__file__).parent / "assets" / "test.pcm"
16
0 commit comments