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: '自定义渠道',