save changes

This commit is contained in:
2025-10-05 11:56:31 +02:00
parent 150992aaac
commit eee4e6523e
10 changed files with 822 additions and 1285 deletions

View File

@ -13,8 +13,8 @@ const PINS_TO_COLLECT = 5;
// Hard-coded user prompt
const HARDCODED_USER_PROMPT = process.env.HARDCODED_USER_PROMPT || `
Generate 5 keywords for photos of a portrait of woman's outfit. "woman portrait outfit" is mandatory as prefix.
Example output : [""woman portrait outfit street",""woman portrait outfit elegant",""woman portrait outfit dress"... and 5 items in array]
Generate 20 keywords for perfume brand photo. List of 20 most famous perfume brands, and its popular perfume names:
Example output : ["chanel N5", "dior j'adore", "gucci bloom"....]
`;
async function getPinUrlsFromPinterest(keyword: string, scrollCount = SCROLL_SEARCH, limit = PINS_TO_COLLECT): Promise<string[]> {

File diff suppressed because it is too large Load Diff