From 7cb5f4a95797921c4abc7f21af8ee8b2348a1e06 Mon Sep 17 00:00:00 2001 From: Kyle Corbitt Date: Wed, 28 Jun 2023 14:23:36 -0700 Subject: [PATCH] tweak default prompt wording --- prisma/seed.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,