Skip to content

Commit 0698677

Browse files
committed
feat(endpoint): add cn-beijing-selfdrive region
1 parent 730fc76 commit 0698677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volcenginesdkcore/endpoint/providers/default_provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
fallback_endpoint = open_prefix + endpoint_suffix
1111
region_code_cn_beijing_auto_driving = "cn-beijing-autodriving"
1212
region_code_cn_shanghai_auto_driving = "cn-shanghai-autodriving"
13+
region_code_cn_beijing_selfdrive = "cn-beijing-selfdrive"
1314
region_code_ap_southeast2 = "ap-southeast-2"
1415
region_code_ap_southeast3 = "ap-southeast-3"
1516

@@ -460,6 +461,7 @@ def get_endpoint_for(self, region, suffix=endpoint_suffix):
460461
region_code_ap_southeast2: {},
461462
region_code_ap_southeast3: {},
462463
region_code_cn_shanghai_auto_driving: {},
464+
region_code_cn_beijing_selfdrive: {},
463465
}
464466

465467

0 commit comments

Comments
 (0)