feat: add vertex claude channel

This commit is contained in:
linzhaoming
2024-06-18 16:51:00 +08:00
parent c489443848
commit 5e1125e4cb
11 changed files with 378 additions and 0 deletions

View File

@@ -112,6 +112,13 @@ export const CHANNEL_OPTIONS = [
color: 'blue',
label: '豆包'
},
{
key: 38,
text: 'Vertex Claude',
value: 38,
color: 'blue',
label: 'Vertex Claude'
},
{ key: 8, text: '自定义渠道', value: 8, color: 'pink', label: '自定义渠道' },
{
key: 22,