Merge commit 'da0842272ced7bee05a8f43c40a7a8c01b14d09a'

This commit is contained in:
Laisky.Cai
2024-04-25 03:04:12 +00:00
16 changed files with 546 additions and 9 deletions

View File

@@ -11,6 +11,12 @@ export const CHANNEL_OPTIONS = {
value: 14,
color: 'primary'
},
// 33: {
// key: 33,
// text: 'AWS Claude',
// value: 33,
// color: 'primary'
// },
3: {
key: 3,
text: 'Azure OpenAI',
@@ -113,6 +119,18 @@ export const CHANNEL_OPTIONS = {
value: 32,
color: 'primary'
},
// 34: {
// key: 34,
// text: 'Coze',
// value: 34,
// color: 'primary'
// },
35: {
key: 35,
text: 'Cohere',
value: 35,
color: 'primary'
},
8: {
key: 8,
text: '自定义渠道',