fix: create model prompt

This commit is contained in:
Acbox
2026-01-11 21:56:06 +08:00
parent 4085964be6
commit 0339c3e384
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -148,6 +148,7 @@ export const modelModule = new Elysia({
.use(adminMiddleware)
// Create new model
.post('/', async ({ body }) => {
console.log('body', body)
try {
const newModel = await createModel(body as Model)
return {