small bugfixes

This commit is contained in:
Kyle Corbitt
2023-07-07 12:22:27 -07:00
parent 70a1448d73
commit 46344d8fc4
10 changed files with 391 additions and 276 deletions

View File

@@ -37,7 +37,7 @@ await prisma.promptVariant.createMany({
label: "Prompt Variant 1",
sortIndex: 0,
config: {
model: "gpt-3.5-turbo",
model: "gpt-3.5-turbo-0613",
messages: [{ role: "user", content: "What is the capital of {{country}}?" }],
temperature: 0,
},
@@ -47,7 +47,7 @@ await prisma.promptVariant.createMany({
label: "Prompt Variant 2",
sortIndex: 1,
config: {
model: "gpt-3.5-turbo",
model: "gpt-3.5-turbo-0613",
messages: [
{
role: "user",

File diff suppressed because one or more lines are too long