mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-04-22 01:44:27 +08:00
feat: add PPIO as model provider
This commit is contained in:
@@ -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: '自定义渠道',
|
||||
|
||||
Reference in New Issue
Block a user