mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-11 18:48:36 +08:00
fix: update SiliconFlow default endpoint to .cn (#543)
SiliconFlow is transitioning from .com to .cn domain. The .cn endpoint uses Global Traffic Manager (GTM) for better global access, while .com is being phased out.
This commit is contained in:
@@ -80,7 +80,7 @@ export const PROVIDER_INFO: Record<
|
||||
deepseek: { label: "DeepSeek" },
|
||||
siliconflow: {
|
||||
label: "SiliconFlow",
|
||||
defaultBaseUrl: "https://api.siliconflow.com/v1",
|
||||
defaultBaseUrl: "https://api.siliconflow.cn/v1",
|
||||
},
|
||||
sglang: {
|
||||
label: "SGLang",
|
||||
|
||||
Reference in New Issue
Block a user