Skip to content

Commit 8ec0d86

Browse files
committed
simplify prompt
1 parent 0bc18ce commit 8ec0d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Backend/Sources/Core/PromptBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public struct PromptBuilder {
99
localized = "anywhere in the world"
1010
}
1111
return
12-
"random food item popular \(localized), in the style of Overcooked, transparent background"
12+
"random food item popular \(localized), in the style of Overcooked"
1313
}
1414
}

0 commit comments

Comments
 (0)