增加语音合成功能

This commit is contained in:
RockYang
2025-04-01 17:03:51 +08:00
parent afb9193985
commit ff69cb231a
20 changed files with 216 additions and 88 deletions

View File

@@ -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) {