feat: modelfiles migration support

This commit is contained in:
Timothy J. Baek 2023-12-26 23:58:40 -08:00
parent fbb64406d8
commit 21c7f50790
5 changed files with 124 additions and 21 deletions

View file

@ -19,7 +19,7 @@ export const createNewModelfile = async (token: string, modelfile: object) => {
return res.json();
})
.catch((err) => {
error = err;
error = err.detail;
console.log(err);
return null;
});