4.8.20 test (#3656)

* provider

* perf: model config
This commit is contained in:
Archer
2025-01-23 18:32:45 +08:00
committed by archer
parent 28cbe3e24e
commit f2be9ae32d
27 changed files with 558 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ export type ModelProviderIdType =
| 'Baichuan'
| 'StepFun'
| 'Yi'
| 'Siliconflow'
| 'Ollama'
| 'BAAI'
| 'FishAudio'
@@ -155,6 +156,11 @@ export const ModelProviderList: ModelProviderType[] = [
name: i18nT('common:model_moka'),
avatar: 'model/moka'
},
{
id: 'Siliconflow',
name: i18nT('common:model_siliconflow'),
avatar: 'model/siliconflow'
},
{
id: 'Other',
name: i18nT('common:model_other'),