feat: add PPIO as model provider

This commit is contained in:
saikidev
2025-02-13 17:00:04 +08:00
parent a82be00fc1
commit 37e55d014c
8 changed files with 57 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ export const CHANNEL_OPTIONS = {
value: 45,
color: 'primary'
},
45: {
46: {
key: 46,
text: 'Replicate',
value: 46,
@@ -197,6 +197,12 @@ export const CHANNEL_OPTIONS = {
value: 41,
color: 'purple'
},
50: {
key: 50,
text: 'PPIO',
value: 50,
color: '#2874ff',
},
8: {
key: 8,
text: '自定义渠道',

View File

@@ -7,6 +7,7 @@ export const CHANNEL_OPTIONS = [
{key: 24, text: 'Google Gemini', value: 24, color: 'orange'},
{key: 28, text: 'Mistral AI', value: 28, color: 'orange'},
{key: 41, text: 'Novita', value: 41, color: 'purple'},
{key: 50, text: 'PPIO', value: 50, color: '#2874ff'},
{
key: 40,
text: '字节火山引擎',