fix: add model seed data

This commit is contained in:
Tianzhou Chen
2023-05-02 17:51:04 +08:00
parent 6ce7d9862c
commit 5c2410cfba

View File

@ -7,6 +7,7 @@ const chatData: Prisma.ChatCreateInput[] = [
{
id: uuidv4(),
createdAt: new Date(),
model: {},
ctx: {},
messages: {
create: [