chore: audio api adjust

This commit is contained in:
jialin
2024-11-27 19:35:19 +08:00
parent 230120fff5
commit 60c92b8a98
12 changed files with 73 additions and 67 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const TextToImages: React.FC = () => {
const getModelList = async () => {
try {
const params = {
embedding_only: false
image_only: true
};
const res = await queryModelsList(params);
const list = _.map(res.data || [], (item: any) => {