feat: 支持火山引擎的云雀大模型

This commit is contained in:
lisongwei
2024-03-12 14:13:08 +08:00
parent be8a0ec184
commit 62ef79e345
7 changed files with 390 additions and 10 deletions

View File

@@ -180,6 +180,11 @@ const platforms = ref([
value: "QWen",
api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation"
},
{
name: "【火山引擎】Skylark",
value: "Skylark",
api_url: "https://maas-api.ml-platform-cn-beijing.volces.com/api/v1/chat"
},
])
const types = ref([
{name: "聊天", value: "chat"},

View File

@@ -135,6 +135,7 @@ const platforms = ref([
{name: "百度文心一言", value: "Baidu"},
{name: "微软Azure", value: "Azure"},
{name: "阿里通义千问", value: "QWen"},
{name: "火山引擎Skylark", value: "Skylark"},
])