Merge branch 'main' of github.com:corbt/prompt-lab

This commit is contained in:
David Corbitt
2023-06-28 14:25:15 -07:00

View File

@@ -51,7 +51,8 @@ await prisma.promptVariant.createMany({
messages: [ messages: [
{ {
role: "user", 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, temperature: 0,