diff --git a/components/components/SettingsDialog.tsx b/components/components/SettingsDialog.tsx index f2ed386..fb46116 100644 --- a/components/components/SettingsDialog.tsx +++ b/components/components/SettingsDialog.tsx @@ -62,11 +62,11 @@ function SettingsDialog({ settings, setSettings }: Props) { }) }} className="flex item-center" color="indigo" defaultValue={settings.llm}> diff --git a/components/components/history/HistoryDisplay.tsx b/components/components/history/HistoryDisplay.tsx index 96c9411..37d603e 100644 --- a/components/components/history/HistoryDisplay.tsx +++ b/components/components/history/HistoryDisplay.tsx @@ -61,7 +61,7 @@ export default function HistoryDisplay({
diff --git a/service/events/prompts.ts b/service/events/prompts.ts index 84823ee..dfd5dde 100644 --- a/service/events/prompts.ts +++ b/service/events/prompts.ts @@ -11,7 +11,7 @@ padding, margin, border, etc. Match the colors and sizes exactly. - Use the exact text from the screenshot. - Do not add comments in the code such as "" and "" in place of writing the full code. WRITE THE FULL CODE. - Repeat elements as needed to match the screenshot. For example, if there are 15 items, the code should have 15 items. DO NOT LEAVE comments like "" or bad things will happen. -- For images, use placeholder images from /placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. +- For images, use placeholder images from https://www.ancodeai.com/placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. In terms of libraries, @@ -33,7 +33,7 @@ using Tailwind, HTML and JS. padding, margin, border, etc. Match the colors and sizes exactly. - Do not add comments in the code such as "" and "" in place of writing the full code. WRITE THE FULL CODE. - Repeat elements as needed to match the detailed description. For example, if there are 15 items, the code should have 15 items. DO NOT LEAVE comments like "" or bad things will happen. -- For images, use placeholder images from /placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. +- For images, use placeholder images from https://www.ancodeai.com/placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. In terms of libraries, @@ -83,7 +83,7 @@ padding, margin, border, etc. Match the colors and sizes exactly. - Use the exact text from the screenshot. - Do not add comments in the code such as "" and "" in place of writing the full code. WRITE THE FULL CODE. - Repeat elements as needed to match the screenshot. For example, if there are 15 items, the code should have 15 items. DO NOT LEAVE comments like "" or bad things will happen. -- For images, use placeholder images from /placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. +- For images, use placeholder images from https://www.ancodeai.com/placeholder.svg and include a detailed description of the image in the alt text so that an image generation AI can generate the image later. In terms of libraries,