chore: update berry
This commit is contained in:
parent
24f026d18e
commit
0a650b85b4
@ -11,6 +11,12 @@ export const CHANNEL_OPTIONS = {
|
|||||||
value: 14,
|
value: 14,
|
||||||
color: 'primary'
|
color: 'primary'
|
||||||
},
|
},
|
||||||
|
// 33: {
|
||||||
|
// key: 33,
|
||||||
|
// text: 'AWS Claude',
|
||||||
|
// value: 33,
|
||||||
|
// color: 'primary'
|
||||||
|
// },
|
||||||
3: {
|
3: {
|
||||||
key: 3,
|
key: 3,
|
||||||
text: 'Azure OpenAI',
|
text: 'Azure OpenAI',
|
||||||
@ -113,6 +119,18 @@ export const CHANNEL_OPTIONS = {
|
|||||||
value: 32,
|
value: 32,
|
||||||
color: 'primary'
|
color: 'primary'
|
||||||
},
|
},
|
||||||
|
// 34: {
|
||||||
|
// key: 34,
|
||||||
|
// text: 'Coze',
|
||||||
|
// value: 34,
|
||||||
|
// color: 'primary'
|
||||||
|
// },
|
||||||
|
35: {
|
||||||
|
key: 35,
|
||||||
|
text: 'Cohere',
|
||||||
|
value: 35,
|
||||||
|
color: 'primary'
|
||||||
|
},
|
||||||
8: {
|
8: {
|
||||||
key: 8,
|
key: 8,
|
||||||
text: '自定义渠道',
|
text: '自定义渠道',
|
||||||
|
Loading…
Reference in New Issue
Block a user