mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
feat: allow user to set custom api keys for different platforms
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user