Skip to content

Commit 5a59e9a

Browse files
authored
Correct comment re aws_region
1 parent fdf8a2f commit 5a59e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/oai/bedrock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"api_type": "bedrock",
1313
"model": "meta.llama3-1-8b-instruct-v1:0",
14-
"aws_region_name": "us-west-2",
14+
"aws_region": "us-west-2",
1515
"aws_access_key": "",
1616
"aws_secret_key": "",
1717
"price" : [0.003, 0.015]

0 commit comments

Comments
 (0)