File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11import icon_alybl_colorful from '@/assets/model/icon_alybl_colorful.png'
22import icon_bdyzn_colorful from '@/assets/model/icon_bdyzn_colorful.png'
33import icon_deepseek_colorful from '@/assets/model/icon_deepseek_colorful.png'
4+ import icon_txy_colorful from '@/assets/model/icon_txy_colorful.png'
45type ModelConfig = Record < number , { api_domain : string ; model_options : string [ ] } >
56
67export const supplierList : Array < {
@@ -42,6 +43,24 @@ export const supplierList: Array<{
4243 } ,
4344 } ,
4445 } ,
46+ {
47+ id : 4 ,
48+ name : '腾讯云' ,
49+ icon : icon_txy_colorful ,
50+ model_config : {
51+ 0 : {
52+ api_domain : 'https://api.hunyuan.cloud.tencent.com/v1/' ,
53+ model_options : [
54+ 'hunyuan-turbos-latest' ,
55+ 'hunyuan-turbos-longtext-128k-20250325' ,
56+ 'hunyuan-large' ,
57+ 'hunyuan-standard-256K' ,
58+ 'hunyuan-standard' ,
59+ 'hunyuan-lite' ,
60+ ] ,
61+ } ,
62+ } ,
63+ } ,
4564]
4665
4766export const base_model_options = ( supplier_id : number , model_type ?: number ) => {
You can’t perform that action at this time.
0 commit comments