chore: optimize variable name

This commit is contained in:
RockYang
2024-01-19 11:26:22 +08:00
parent d7c002890c
commit c9cd082855
5 changed files with 15 additions and 14 deletions

View File

@@ -177,7 +177,7 @@ const platforms = ref([
},
{
name: "【阿里】千义通问",
value: "Qwen",
value: "QWen",
api_url: "https://dashscope.aliyuncs.com/api/v1/services/aigc/text-generation/generation"
},
])

View File

@@ -134,7 +134,7 @@ const platforms = ref([
{name: "清华智普ChatGLM", value: "ChatGLM"},
{name: "百度文心一言", value: "Baidu"},
{name: "微软Azure", value: "Azure"},
{name: "阿里通义千问", value: "Ali"},
{name: "阿里通义千问", value: "QWen"},
])