mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-03-03 10:14:25 +08:00
feat: add PPIO as model provider
This commit is contained in:
@@ -201,7 +201,7 @@ export const CHANNEL_OPTIONS = {
|
|||||||
key: 50,
|
key: 50,
|
||||||
text: 'PPIO',
|
text: 'PPIO',
|
||||||
value: 50,
|
value: 50,
|
||||||
color: '#2874ff',
|
color: 'blue',
|
||||||
},
|
},
|
||||||
8: {
|
8: {
|
||||||
key: 8,
|
key: 8,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export const CHANNEL_OPTIONS = [
|
|||||||
{key: 24, text: 'Google Gemini', value: 24, color: 'orange'},
|
{key: 24, text: 'Google Gemini', value: 24, color: 'orange'},
|
||||||
{key: 28, text: 'Mistral AI', value: 28, color: 'orange'},
|
{key: 28, text: 'Mistral AI', value: 28, color: 'orange'},
|
||||||
{key: 41, text: 'Novita', value: 41, color: 'purple'},
|
{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,
|
key: 40,
|
||||||
text: '字节火山引擎',
|
text: '字节火山引擎',
|
||||||
|
|||||||
Reference in New Issue
Block a user