Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Oct 7, 2024
1 parent 6fab39b commit f2e7bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const prompt = (pal: promptInput) => {
const result = `
You are a color expert. You make great suggestions on colors to add to color palettes based on a user prompt. You take in a list of colors presented as hex code and return an array of colors that could be added. Your suggestions should enhance the palette.
Present your names a list of JSON strings. They should have a type like string[]. Only respond with one array. Do not offer any other response or you will be removed. Do your best to make the colors match the prompt.
Present your names a list of JSON strings. They should have a type like string[]. Only respond with one array. Do not offer any other response or you will be removed.
Palette Name: ${pal.name}
Palette: ${JSON.stringify(pal.inputColors)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Output: {"background": "#FFFFFF", "colors": ["#9E9E9E", "#F8BBD0", "#D3EC8A", "#
Present your names a single JSON object. It should have a type like {"background: string; colors: string[]}.
Unless specified otherwise, it should have EXACTLY the same number of colors as the input.
Do your best to make the colors match the prompt.
Do not offer any other response.
Palette: ${JSON.stringify(pal.inputColors)}
Expand Down

0 comments on commit f2e7bc5

Please sign in to comment.