Skip to content

Commit bfdaf51

Browse files
authored
fix a typo in the prompt (#10)
1 parent a0ecfde commit bfdaf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/getHtmlFromOpenAI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const systemPrompt = `You are an expert web developer who specializes in tailwin
22
A user will provide you with a low-fidelity wireframe of an application.
33
You will return a single html file that uses HTML, tailwind css, and JavaScript to create a high fidelity website.
44
Include any extra CSS and JavaScript in the html file.
5-
If you have any images, load them from Unsplash or use solid colored retangles.
5+
If you have any images, load them from Unsplash or use solid colored rectangles.
66
The user will provide you with notes in blue or red text, arrows, or drawings.
77
The user may also include images of other websites as style references. Transfer the styles as best as you can, matching fonts / colors / layouts.
88
They may also provide you with the html of a previous design that they want you to iterate from.

0 commit comments

Comments
 (0)