ChatGPT App made with Glide | Full Tutorial

2024 ж. 21 Мам.
12 379 Рет қаралды

Grab the template in this video at 👉 grumo.com/suggestai
In this tutorial, you'll learn how to use Glide's OpenAI integration to create a suggestions app. Enjoy! 🙌
00:00 - Intro
01:05 - Create search input table
02:50 - Enter OpenAI API Key
03:32 - Create custom action with OpenAI
04:02 - Create search input screen
04:35 - Create custom prompt that generates JSON object
06:26 - Managing api usage
07:49 - Test prompt to generate JSON object
08:36 - Create a results table to process the JSON object
11:09 - Display results in a list component
12:18 - Create button to save favorite results
13:56 - Create favorites screen
14:39 - Get the template for this project → grumo.com/suggestai
#nocode #chatgpt

Пікірлер
  • Grab the template in video at 👉 grumo.com/suggestai In this tutorial, you'll learn how to use Glide's OpenAI integration to create a suggestions app. Enjoy! 🙌 00:00 - Intro 01:05 - Create search input table 02:50 - Enter OpenAI API Key 03:32 - Create custom action with OpenAI 04:02 - Create search input screen 04:35 - Create custom prompt that generates JSON object 06:26 - Managing api usage 07:49 - Test prompt to generate JSON object 08:36 - Create a results table to process the JSON object 11:09 - Display results in a list component 12:18 - Create button to save favorite results 13:56 - Create favorites screen 14:39 - Get the template for this project → grumo.com/suggestai

    @GRUMO@GRUMO Жыл бұрын
  • This is INCREDIBLE thank you

    @LookintoNush@LookintoNush3 ай бұрын
    • You're welcome!

      @GRUMO@GRUMO3 ай бұрын
  • U're absolute BEAST! in good way. Thank you, im making a school project right now so u helped me alot.

    @JiqsoYT@JiqsoYT Жыл бұрын
    • Thank you!

      @GRUMO@GRUMO Жыл бұрын
  • Excelente... Fuerza y éxito... ✋ 😌

    @guivo167@guivo167 Жыл бұрын
    • Gracias!

      @GRUMO@GRUMO Жыл бұрын
  • @grummo This is fantastic as always and works well. Question: where would you place the "generate image" function to have OpenAI generate an image associated with each result?

    @nickrovisa@nickrovisa9 ай бұрын
    • Thank you. In this case, I don't use OpenAI to generate images. I'm using the Pexel integration and submitting the entered input as the search value to retrieve a related image.

      @GRUMO@GRUMO9 ай бұрын
  • Fantastico! I love it. Is there ant guide or training on how to input customized prompt ..like if I use it as generating tag, headlines, ebook, blog, ebook etc...same as how to use or prompting Openai chatgpt?

    @alvinmartinez247@alvinmartinez247 Жыл бұрын
    • Yes, just Google ChatGPT prompting guides and tips. Cheers.

      @GRUMO@GRUMO Жыл бұрын
    • ​@@GRUMO so I can thennuse any prompt with this Glide Ai that you created if Ibwill purchase it?

      @alvinmartinez247@alvinmartinez247 Жыл бұрын
    • @@alvinmartinez247 Yes. You can use any prompt as long as you end the prompt with: Return only JSON code. Don't enumerate the items. Use this schema [{"title": title, "explanation"}]

      @GRUMO@GRUMO Жыл бұрын
    • ​@@alvinmartinez247 Yes, you can use any prompt but you have to make sure your prompt tells ChatGPT to return only JSON code as follows: Only provide the code. Don't enumerate each result. Use this schema: [{"title": title, "explanation": explanation}]

      @GRUMO@GRUMO Жыл бұрын
  • Great, thanks a lot. As far as i know copying of templates is still not possible, correct?

    @user-zi2si5gw4u@user-zi2si5gw4u Жыл бұрын
    • It works on Classic Apps but not on the new version of Glide. The workaround is by making a copy in my account and the manually transferring it to the buyers account.

      @GRUMO@GRUMO Жыл бұрын
  • Hi Mr. Grumo I need your help I'm doing my Capstone Project (Graduation Project) and wanted to use this feature (Answer Question) when I come to the action the only option is ( answer question about a table) why I'm not getting the option (answer question). Please note that I'm using free version of both apps (Glide & OpenAI). Do I need to to upgrade or something and yes what I should do exactly? I'm stuck please help me. Thank you and waiting for your response

    @aateqabinmahfoodh3905@aateqabinmahfoodh39055 ай бұрын
    • Yes. To use Glide's native OpenAI action you need to upgrade to the Pro plan or higher. If you want to use the OpenAI integration then you need to get an API key from OpenAI and set a monthly budget so you can cover the costs of using the API.

      @GRUMO@GRUMO5 ай бұрын
  • I am wondering why the app answer in english if i am asking in my language (danish). Are there any settings that makes it possible to answer in the same language as asked in? The answers are also very short (or just unknown) compared to the real website.

    @softlearn@softlearn Жыл бұрын
    • Glide has multiple OpenAi actions.I’m using the question one but if you use the prompt one you can set more parameters including max tokens and response temperature (randomness). Not sure if it can respond in Danish and the language model is limited to text-davinci-03 unless you use the chat action. But this is not a chat app so I don’t think it can be used for this application.

      @GRUMO@GRUMO Жыл бұрын
  • in my account, when i want to integrate OpenAI to add to the app, i cant see OpenAI. I can only choose between Google Analytics and Zapier. Can you help me?

    @sophievoetbal@sophievoetbal Жыл бұрын
    • Go to your Glide team and click on "Previews" on the top right menu. Then, you can enable "Integrations".

      @GRUMO@GRUMO Жыл бұрын
  • Can you please answer how I can add a clear button in there that will clear the input prompt and output prompt?

    @swanaung3033@swanaung30339 ай бұрын
    • You can add a button and attach to it a “Set column value” custom action that clears both the input and output columns.

      @GRUMO@GRUMO8 ай бұрын
  • I have followed all the steps in your video, but the application I use is Indonesian, while the one you gave in your example is English, does that matter? Because my application does not respond to answers like your application. thank you for your answer Mr. @GRUMO

    @benisapaat3451@benisapaat34516 ай бұрын
    • That could be a limitation of OpenAI's integration. Their model may not be optimized for some languages.

      @GRUMO@GRUMO6 ай бұрын
    • @@GRUMO thank you to much

      @benisapaat3451@benisapaat34516 ай бұрын
  • Hi Grumo, I am trying to follow along with your tutorial and I am getting this error message when setting up the Title column in Search table when inputting the JavaScript code, it says "Function Error SyntaxError: Unexpected non-whitespace character after JSON at position 231 (line 1 column 232)" The code I am entering is: const jsonString = p1; const javascriptObject = JSON.parse(jsonString); return javascriptObject[p2].title;

    @toddlichtenwalter2041@toddlichtenwalter20418 күн бұрын
    • I've never seen that error. It may be that the value p1 contains unrecognized characters.

      @GRUMO@GRUMO7 күн бұрын
  • Pra mim não aparece a API da openai quando clico em integrações, pode me ajudar?

    @Biblia-Tech@Biblia-Tech Жыл бұрын
    • Verifique se você está usando a nova versão do Glide não Glide Classic Apps

      @GRUMO@GRUMO Жыл бұрын
  • const jsonString = p1; const javascriptObject = JSON.parse(jsonString); return javascriptObject(p2).title; This hasnt worked for me. Chat Gpt gave me a whole new code with no errors but it still doesnt work. Any advice? It's like the final step before completing this. Ill buy your template if it allows me to make what im looking for but it seems so. Also, can we increase the token, temp, and preprompt?

    @jd2161@jd2161 Жыл бұрын
    • Nevermind i fixed it. had ( instead of [

      @jd2161@jd2161 Жыл бұрын
    • Great!

      @GRUMO@GRUMO Жыл бұрын
  • How to upload the app to Google and App stores?

    @alishadow9801@alishadow98016 ай бұрын
    • Not possible with Glide unless is embedded in a native wrapper.

      @GRUMO@GRUMO6 ай бұрын
  • Answer question about a table: Could not get embeddings | Too Many Requests does not work :(

    @igorvrabiee@igorvrabiee8 ай бұрын
    • You probably exceeded the prompt size limit.

      @GRUMO@GRUMO8 ай бұрын
  • But how we add chat gpt API in glide to integrate?

    @jawadahmad4167@jawadahmad4167 Жыл бұрын
    • Go to Settings > Integrations and select OpenAI

      @GRUMO@GRUMO Жыл бұрын
  • I would need help with an application that I would like to create, and if you could help me, can I send you an email about what it is about or here on KZhead ?

    @admiraldante8015@admiraldante80157 ай бұрын
    • For inquiries please contact via grumo.com

      @GRUMO@GRUMO7 ай бұрын
    • @@GRUMO I entered your website and sent you a message, everything done 😎

      @admiraldante8015@admiraldante80157 ай бұрын
    • @@admiraldante8015 Ok.

      @GRUMO@GRUMO7 ай бұрын
  • Are all these tools you mentioned to do this FREE????

    @PromotionAbc@PromotionAbc Жыл бұрын
    • Yes and No. Glide is free to get started. OpenAI requires a paid account but it's dirt cheap.

      @GRUMO@GRUMO Жыл бұрын
    • @@GRUMO I can use it as beta in my free version of glide

      @softlearn@softlearn Жыл бұрын
    • @@softlearn Yes. Glide's free version includes OpenAI but you still need to pay for OpenAI.

      @GRUMO@GRUMO Жыл бұрын
KZhead