feat: add PPIO as model provider

This commit is contained in:
saikidev
2025-02-13 17:10:16 +08:00
parent 37e55d014c
commit 9721c0f478
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ export const CHANNEL_OPTIONS = {
key: 50,
text: 'PPIO',
value: 50,
color: '#2874ff',
color: 'blue',
},
8: {
key: 8,

View File

@@ -7,7 +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: 50, text: 'PPIO', value: 50, color: 'blue'},
{
key: 40,
text: '字节火山引擎',