diff --git a/prisma/seed.ts b/prisma/seed.ts index 36dfeda..d7644cf 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -51,7 +51,8 @@ await prisma.promptVariant.createMany({ messages: [ { role: "user", - content: "What is the capital of {{country}}? Only return the city name.", + content: + "What is the capital of {{country}}? Return just the city name and nothing else.", }, ], temperature: 0,