Skip to content

Commit cd7a897

Browse files
authored
chore: add ppio provider (#3789)
1 parent 18aff8b commit cd7a897

File tree

7 files changed

+474
-0
lines changed

7 files changed

+474
-0
lines changed

packages/global/core/ai/provider.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export type ModelProviderIdType =
2222
| 'StepFun'
2323
| 'Yi'
2424
| 'Siliconflow'
25+
| 'PPIO'
2526
| 'Ollama'
2627
| 'BAAI'
2728
| 'FishAudio'
@@ -167,6 +168,11 @@ export const ModelProviderList: ModelProviderType[] = [
167168
name: i18nT('common:model_siliconflow'),
168169
avatar: 'model/siliconflow'
169170
},
171+
{
172+
id: 'PPIO',
173+
name: i18nT('common:model_ppio'),
174+
avatar: 'model/ppio'
175+
},
170176
{
171177
id: 'Other',
172178
name: i18nT('common:model_other'),

0 commit comments

Comments
 (0)