feat: allow user to set custom api keys for different platforms

This commit is contained in:
RockYang
2023-09-04 17:34:29 +08:00
parent 7ecd7eeba1
commit 32774d23c7
11 changed files with 76 additions and 68 deletions

View File

@@ -82,7 +82,7 @@ const rules = reactive({
const loading = ref(true)
const formRef = ref(null)
const title = ref("")
const platforms = ref(["Azure", "OpenAI", "ChatGML"])
const platforms = ref(["Azure", "OpenAI", "ChatGLM"])
// 获取数据
httpGet('/api/admin/apikey/list').then((res) => {