mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-24 12:04:31 +08:00
增加语音合成功能
This commit is contained in:
@@ -464,7 +464,7 @@ onUnmounted(() => {
|
||||
// 初始化数据
|
||||
const initData = () => {
|
||||
// 加载模型
|
||||
httpGet("/api/model/list")
|
||||
httpGet("/api/model/list?type=chat")
|
||||
.then((res) => {
|
||||
models.value = res.data;
|
||||
if (!modelID.value) {
|
||||
|
||||
Reference in New Issue
Block a user