Skip to content

Commit 1ace2c8

Browse files
committed
feat: support Tencent Cloud
--story=1017838 --user=王孝刚 【模型设置】支持腾讯云的大语言模型 issue#2230 https://www.tapd.cn/57709429/s/1653533
1 parent b6a1781 commit 1ace2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/setting/models_provider/impl/tencent_cloud_model_provider/tencent_cloud_model_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ModelInfo('deepseek-v3', '', ModelTypeConst.LLM,
3434
openai_llm_model_credential, TencentCloudChatModel
3535
),
36-
ModelInfo('deepseek-r1', '', ModelTypeConst.IMAGE,
36+
ModelInfo('deepseek-r1', '', ModelTypeConst.LLM,
3737
openai_llm_model_credential, TencentCloudChatModel
3838
),
3939
]
@@ -42,7 +42,7 @@
4242
ModelInfoManage.builder()
4343
.append_model_info_list(model_info_list)
4444
.append_default_model_info(
45-
ModelInfo('deepseek-v3', _('The latest gpt-3.5-turbo, updated with OpenAI adjustments'), ModelTypeConst.LLM,
45+
ModelInfo('deepseek-v3', '', ModelTypeConst.LLM,
4646
openai_llm_model_credential, TencentCloudChatModel
4747
))
4848
.build()

0 commit comments

Comments
 (0)