lora-studio / src /lib /prisma.ts
enzostvs's picture
enzostvs HF staff
refacto models API, now connected to hugging face api + wip submit model through lora studio
17aecfb
raw
history blame
102 Bytes
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
export default prisma