@@ -26,6 +26,7 @@ type ModelConfig = Record<
2626export const supplierList : Array < {
2727 id : number
2828 name : string
29+ i18nKey : string
2930 icon : any
3031 type ?: string
3132 is_private ?: boolean
@@ -34,6 +35,7 @@ export const supplierList: Array<{
3435 {
3536 id : 1 ,
3637 name : '阿里云百炼' ,
38+ i18nKey : 'supplier.alibaba_cloud_bailian' ,
3739 icon : icon_alybl_colorful ,
3840 model_config : {
3941 0 : {
@@ -60,6 +62,7 @@ export const supplierList: Array<{
6062 {
6163 id : 2 ,
6264 name : '千帆大模型' ,
65+ i18nKey : 'supplier.qianfan_model' ,
6366 icon : icon_bdyzn_colorful ,
6467 model_config : {
6568 0 : {
@@ -71,6 +74,7 @@ export const supplierList: Array<{
7174 {
7275 id : 3 ,
7376 name : 'DeepSeek' ,
77+ i18nKey : 'supplier.deepseek' ,
7478 icon : icon_deepseek_colorful ,
7579 model_config : {
7680 0 : {
@@ -85,6 +89,7 @@ export const supplierList: Array<{
8589 {
8690 id : 4 ,
8791 name : '腾讯混元' ,
92+ i18nKey : 'supplier.tencent_hunyuan' ,
8893 icon : icon_txhy_colorful ,
8994 model_config : {
9095 0 : {
@@ -104,6 +109,7 @@ export const supplierList: Array<{
104109 {
105110 id : 5 ,
106111 name : '讯飞星火' ,
112+ i18nKey : 'supplier.iflytek_spark' ,
107113 icon : icon_xfhx_colorful ,
108114 model_config : {
109115 0 : {
@@ -156,6 +162,7 @@ export const supplierList: Array<{
156162 {
157163 id : 6 ,
158164 name : 'Gemini' ,
165+ i18nKey : 'supplier.gemini' ,
159166 icon : icon_gemini_colorful ,
160167 model_config : {
161168 0 : {
@@ -174,6 +181,7 @@ export const supplierList: Array<{
174181 {
175182 id : 7 ,
176183 name : 'OpenAI' ,
184+ i18nKey : 'supplier.openai' ,
177185 icon : icon_openai_colorful ,
178186 model_config : {
179187 0 : {
@@ -202,6 +210,7 @@ export const supplierList: Array<{
202210 {
203211 id : 8 ,
204212 name : 'Kimi' ,
213+ i18nKey : 'supplier.kimi' ,
205214 icon : icon_kimi_colorful ,
206215 model_config : {
207216 0 : {
@@ -232,6 +241,7 @@ export const supplierList: Array<{
232241 {
233242 id : 9 ,
234243 name : '腾讯云' ,
244+ i18nKey : 'supplier.tencent_cloud' ,
235245 icon : icon_txy_colorful ,
236246 model_config : {
237247 0 : {
@@ -249,6 +259,7 @@ export const supplierList: Array<{
249259 {
250260 id : 10 ,
251261 name : '火山引擎' ,
262+ i18nKey : 'supplier.volcano_engine' ,
252263 icon : icon_hsyq_colorful ,
253264 model_config : {
254265 0 : {
@@ -311,6 +322,7 @@ export const supplierList: Array<{
311322 {
312323 id : 15 ,
313324 name : '通用OpenAI' ,
325+ i18nKey : 'supplier.generic_openai' ,
314326 icon : icon_common_openai ,
315327 is_private : true ,
316328 model_config : {
0 commit comments