We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4064 commit 6729491Copy full SHA for 6729491
1 file changed
src/providers/base-url-choices.ts
@@ -46,6 +46,7 @@ export const ALIBABA_CODING_CN_BASE_URL = "https://coding.dashscope.aliyuncs.com
46
export const ALIBABA_CODING_BASE_URL_CHOICES: readonly ProviderBaseUrlChoice[] = [
47
{ id: "intl", label: "International", baseUrl: ALIBABA_CODING_INTL_BASE_URL },
48
{ id: "china", label: "China", baseUrl: ALIBABA_CODING_CN_BASE_URL },
49
+ { id: "custom", label: "Custom" },
50
];
51
52
/** Match a saved baseUrl to a known choice id (`custom` when it does not match). */
0 commit comments