Bulk Generate Product Descriptions using AI in Google Sheets

Sdílet
Vložit
  • čas přidán 22. 08. 2023
  • 🎉 Get the script: invertedstone.com/store/googl...
    --
    A quick video showing how you can generate product descriptions for 100s and even 1000s of rows using AI in Google Sheets. I am using OpenAI's GPT-4 model to automatically generate product descriptions.
    And the best thing about using Google Sheets for this is, it can keep generating the descriptions in the background once you set up a time-based trigger.
    --
    🎉 Explore more AI related stuff: invertedstone.com/
  • Jak na to + styl

Komentáře • 8

  • @InvertedStone
    @InvertedStone  Před 10 měsíci

    🎉 Get the script shown in the video from here: invertedstone.com/store/google-sheets-to-openai-api/

  • @navidanayati
    @navidanayati Před 2 měsíci +1

    OpenAi has just released an improved GPT-4 Turbo model, gpt-4-turbo-2024-04-09, and it is now generally available (GA) in the API under the gpt-4-turbo alias. This model now supports vision, where the model can “see” and interpret the content of images. This model is better at math, logical reasoning, and coding.
    Your script supports this latest GPT-4 Turbo model?
    Have you tested the model in Google Sheet?

    • @InvertedStone
      @InvertedStone  Před 2 měsíci

      Yes, we have already added the gpt-4-turbo in the Google Sheets script and it's working perfectly. If you're looking to add it in the existing Google Sheets, just add "gpt-4-turbo" in the column E of your Settings sheet and it will work.

  • @user-qt6xn4dm6l
    @user-qt6xn4dm6l Před 9 měsíci +1

    I am interested in this script but before I buy it I would like to know if it has any limitation with the tokens.... I tried another one that, between the prompt that I put and the base information from where it is fed, it passed the 4097 tokens and it did not let me create the descriptions. Is this possible with your script? it admits more than 4097 tokens? thanks.

    • @InvertedStone
      @InvertedStone  Před 9 měsíci

      @user-qt6xn4dm6l Yes, I just tested it by increasing the token size to 4097 tokens, and it works fine. I haven't set any limit on the token size, so it should work with tokens more than 4097 as well.

  • @amandap.9486
    @amandap.9486 Před 9 měsíci

    Hi, is there a way I can do a free test on a few product types to see what kind of output I get?

    • @InvertedStone
      @InvertedStone  Před 9 měsíci

      Hi @amandap.9486, yes, you can create a new OpenAI account and go to their Playground section (platform.openai.com/playground) to start experimenting.
      You can just put your question/prompt in the User input option and then Submit to get the output. And if you're getting what you want, then you will get the same inside Google Sheets as well.
      Hope this helps.