模型微调已经调通

增加了参数预览
This commit is contained in:
2026-01-28 10:31:09 +08:00
parent 8a638b6372
commit a560d24e2f
8 changed files with 898 additions and 96 deletions

View File

@@ -517,7 +517,7 @@
if (select.options.length > 1) return;
try {
const response = await fetch(`${API_BASE}/local-models`);
const response = await fetch(`${API_BASE}/model-manage/local-models`);
const result = await response.json();
if (result.code === 0 && result.data && result.data.models) {