模型微调已经调通
增加了参数预览
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user