From bbd0dc546335923e2236a100fed79348d6f0848e Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Fri, 24 Jul 2026 21:07:18 +0800 Subject: [PATCH] feat: add BASE_URL to TencentHunYuan (#17367) ### Summary feat: add BASE_URL to TencentHunYuan --- .../provider-schema/field-config/generic-api-key-config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/user-setting/setting-model/provider-schema/field-config/generic-api-key-config.ts b/web/src/pages/user-setting/setting-model/provider-schema/field-config/generic-api-key-config.ts index b524422a6c..281df1e0ff 100644 --- a/web/src/pages/user-setting/setting-model/provider-schema/field-config/generic-api-key-config.ts +++ b/web/src/pages/user-setting/setting-model/provider-schema/field-config/generic-api-key-config.ts @@ -98,4 +98,5 @@ export const FACTORIES_WITH_BASE_URL = [ LLMFactory.TongYiQianWen, LLMFactory.MiniMax, LLMFactory.SILICONFLOW, + LLMFactory.TencentHunYuan, ];