Skip to content

Commit

Permalink
debug: more prompt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Dec 23, 2024
1 parent 350515e commit 089c5b9
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? Dark background doesn't necessarily have to be black, blue or purple. It can be any dark color. Aim to match the same font styling as in the base prompt.`,
"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?`,
}]
}]
});
Expand Down

0 comments on commit 089c5b9

Please sign in to comment.