save changes
This commit is contained in:
@ -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
Reference in New Issue
Block a user