Forum Replies Created
-
AuthorPosts
-
January 15, 2023 at 4:58 pm in reply to: Nested content #6640
Hello Szabi,
Thank you. This works perfectly for the first paragraph. However, If I try to generate more paragraphs using different prompts like this, it breaks. The content gets repeated:
%%item_description%%
[aiomatic-article seed_expre= “Ecrire en français une introduction de blog pour le produit suivant: %%post_content_plain_text%%” static_content=”on”]<h2>
%%item_description%%
[aiomatic-article seed_expre= “Ecrire en francais un titre de section pour une fiche produit qui va décrire positivement l’article suivant: %%post_content_plain_text%%” static_content=”on”]</h2>%%item_description%%
[aiomatic-article seed_expre= “Ecrire en francais deux paragraphes pour une fiche produit qui va décrire positivement l’article suivant: %%post_content_plain_text%%” static_content=”on” ]I must be doing something wrong, but I don’t know what 🙂
The idea is that I would like to scrape product pages and rewrite the content based on the product description.
Additionnaly, on woocommerce, I would also like to complete the short description. Which attribute should I use to parse it?
Thanks for your help,
Cedric
-
January 15, 2023 at 9:24 am in reply to: Nested content #6636
Hello Szabi,
Thank you. I will post it in here so it will help others that are trying to do the same thing.
I am scraping product pages and getting the short description.
Based on the scraped short description, I would like to create content davinci 003 content.
For exemple:
I scrape this product:
https://www.sexycenter.fr/masques-libertins/29951-masque-souple-en-guipure-noire-voie-lactee.html
This scraped description will be:
“Un masque souple Voie Lactée réalisé en délicate guipure noire légère et féminine qui épouse parfaitement toutes les formes de visages et doté de nombreux détails ainsi que d’une découpe classique et élégante très séduisante.”
The content I would like to produce should be based on this. Using the prompt + the result of the scrape.
Ecrire en Francais une longue description de produit mettant en avant la qualité des matériaux, le comfort. Parler des soirées déguisées, et du plaisir de se déguiser. Ne pas parler des accessoires. Traite du sujet: “Un masque souple Voie Lactée réalisé en délicate guipure noire légère et féminine qui épouse parfaitement toutes les formes de visages et doté de nombreux détails ainsi que d’une découpe classique et élégante très séduisante.”
—–
Basically, I am using set of 4 prompts that doesn’t change and the scraped content becomes the variable:
Prompt 1 is : Generate a product short description for the following product:
Prompt 2 is: Generate section including html <h2> and
, describing the quality the material, the comfort and the ease of use of the following product:
I have tried this set up but variable isn’t taken into consideration:
%%aiomatic_0_0%% %%item_description%%
%%aiomatic_0_1%% %%item_description%%
%%aiomatic_0_2%% %%item_description%%
%%aiomatic_0_3%% %%item_description%%
I hope this makes sense.
Thanks for you help.
Cedric
Attachments:
You must be logged in to view attached files. -
AuthorPosts