mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
chore: add intern and moka provider (#3640)
* chore: add intern and moka provider * fix: svg show issue
This commit is contained in:
@@ -23,6 +23,8 @@ export type ModelProviderIdType =
|
||||
| 'Ollama'
|
||||
| 'BAAI'
|
||||
| 'FishAudio'
|
||||
| 'Intern'
|
||||
| 'Moka'
|
||||
| 'Other';
|
||||
|
||||
export type ModelProviderType = {
|
||||
@@ -143,6 +145,16 @@ export const ModelProviderList: ModelProviderType[] = [
|
||||
name: 'FishAudio',
|
||||
avatar: 'model/fishaudio'
|
||||
},
|
||||
{
|
||||
id: 'Intern',
|
||||
name: i18nT('common:model_intern'),
|
||||
avatar: 'model/intern'
|
||||
},
|
||||
{
|
||||
id: 'Moka',
|
||||
name: i18nT('common:model_moka'),
|
||||
avatar: 'model/moka'
|
||||
},
|
||||
{
|
||||
id: 'Other',
|
||||
name: i18nT('common:model_other'),
|
||||
|
Reference in New Issue
Block a user