Skip to content

Commit

Permalink
fix: update dark background color options in the prompt so that it's …
Browse files Browse the repository at this point in the history
…not always black
  • Loading branch information
arunsathiya committed Dec 23, 2024
1 parent 175e6c8 commit c9ce5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const generateImagePrompt = async (title: string, env: Env) => {
"role": "user",
"content": [{
"type": "text",
"text": `This is the prompt I have for the attached image:\n\n${basePrompt}\n\nCan you generate a similar prompt with creative materials relating to the blog post titled "${title}", but with a darker background?`
"text": `This is the prompt I have for the attached image:\n\n${basePrompt}\n\nCan you generate a similar prompt with creative materials relating to the blog post titled "${title}", but with a darker background? Dark background doesn't necessarily have to be black, blue or purple. It can be any dark color.`,
}]
}]
});
Expand Down

0 comments on commit c9ce5bd

Please sign in to comment.