ChatGPT App made with Glide | Full Tutorial

  Рет қаралды 12,840

GRUMO

GRUMO

Күн бұрын

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

Пікірлер: 48
@GRUMO
@GRUMO Жыл бұрын
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
@Джиксо
@Джиксо Жыл бұрын
U're absolute BEAST! in good way. Thank you, im making a school project right now so u helped me alot.
@GRUMO
@GRUMO Жыл бұрын
Thank you!
@LookintoNush
@LookintoNush 5 ай бұрын
This is INCREDIBLE thank you
@GRUMO
@GRUMO 5 ай бұрын
You're welcome!
@guivo167
@guivo167 Жыл бұрын
Excelente... Fuerza y éxito... ✋ 😌
@GRUMO
@GRUMO Жыл бұрын
Gracias!
@nickrovisa
@nickrovisa Жыл бұрын
@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?
@GRUMO
@GRUMO Жыл бұрын
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.
@alvinmartinez247
@alvinmartinez247 Жыл бұрын
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?
@GRUMO
@GRUMO Жыл бұрын
Yes, just Google ChatGPT prompting guides and tips. Cheers.
@alvinmartinez247
@alvinmartinez247 Жыл бұрын
​@@GRUMO so I can thennuse any prompt with this Glide Ai that you created if Ibwill purchase it?
@GRUMO
@GRUMO Жыл бұрын
@@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}]
@softlearn
@softlearn Жыл бұрын
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.
@GRUMO
@GRUMO Жыл бұрын
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.
@user-zi2si5gw4u
@user-zi2si5gw4u Жыл бұрын
Great, thanks a lot. As far as i know copying of templates is still not possible, correct?
@GRUMO
@GRUMO Жыл бұрын
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.
@aateqabinmahfoodh3905
@aateqabinmahfoodh3905 7 ай бұрын
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
@GRUMO
@GRUMO 7 ай бұрын
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.
@sophievoetbal
@sophievoetbal Жыл бұрын
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?
@GRUMO
@GRUMO Жыл бұрын
Go to your Glide team and click on "Previews" on the top right menu. Then, you can enable "Integrations".
@swanaung3033
@swanaung3033 11 ай бұрын
Can you please answer how I can add a clear button in there that will clear the input prompt and output prompt?
@GRUMO
@GRUMO 11 ай бұрын
You can add a button and attach to it a “Set column value” custom action that clears both the input and output columns.
@toddlichtenwalter2041
@toddlichtenwalter2041 2 ай бұрын
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;
@GRUMO
@GRUMO 2 ай бұрын
I've never seen that error. It may be that the value p1 contains unrecognized characters.
@jd2161
@jd2161 Жыл бұрын
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 [
@GRUMO
@GRUMO Жыл бұрын
Great!
@Biblia-Tech
@Biblia-Tech Жыл бұрын
Pra mim não aparece a API da openai quando clico em integrações, pode me ajudar?
@GRUMO
@GRUMO Жыл бұрын
Verifique se você está usando a nova versão do Glide não Glide Classic Apps
@igorvrabiee
@igorvrabiee 10 ай бұрын
Answer question about a table: Could not get embeddings | Too Many Requests does not work :(
@GRUMO
@GRUMO 10 ай бұрын
You probably exceeded the prompt size limit.
@alishadow9801
@alishadow9801 9 ай бұрын
How to upload the app to Google and App stores?
@GRUMO
@GRUMO 8 ай бұрын
Not possible with Glide unless is embedded in a native wrapper.
@benisapaat3451
@benisapaat3451 8 ай бұрын
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
@GRUMO
@GRUMO 8 ай бұрын
That could be a limitation of OpenAI's integration. Their model may not be optimized for some languages.
@benisapaat3451
@benisapaat3451 8 ай бұрын
@@GRUMO thank you to much
@jawadahmad4167
@jawadahmad4167 Жыл бұрын
But how we add chat gpt API in glide to integrate?
@GRUMO
@GRUMO Жыл бұрын
Go to Settings > Integrations and select OpenAI
@PromotionAbc
@PromotionAbc Жыл бұрын
Are all these tools you mentioned to do this FREE????
@GRUMO
@GRUMO Жыл бұрын
Yes and No. Glide is free to get started. OpenAI requires a paid account but it's dirt cheap.
@softlearn
@softlearn Жыл бұрын
@@GRUMO I can use it as beta in my free version of glide
@GRUMO
@GRUMO Жыл бұрын
@@softlearn Yes. Glide's free version includes OpenAI but you still need to pay for OpenAI.
@admiraldante8015
@admiraldante8015 9 ай бұрын
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 KZbin ?
@GRUMO
@GRUMO 9 ай бұрын
For inquiries please contact via grumo.com
@admiraldante8015
@admiraldante8015 9 ай бұрын
@@GRUMO I entered your website and sent you a message, everything done 😎
@GRUMO
@GRUMO 9 ай бұрын
@@admiraldante8015 Ok.
Glide Integrations: Open AI UNLEASHED (Full Build)
50:41
Robert Petitto
Рет қаралды 7 М.
Critiquing Startup Mobile Apps with Glide CEO
24:03
Y Combinator
Рет қаралды 120 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 43 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 14 МЛН
Stay on your way 🛤️✨
00:34
A4
Рет қаралды 20 МЛН
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
How To Make an App With ChatGPT (Without Knowing Code)
11:12
AI Andy
Рет қаралды 105 М.
Build an AI Chatbot with Glide & OpenAI | FULL TUTORIAL
37:43
A GENIUS Way to use ChatGPT for Presentations!
7:38
Jeff Su
Рет қаралды 123 М.
6 Best APP Builders For Beginners In 2024 (NO CODE)
32:39
WeAreNoCode
Рет қаралды 247 М.
Build No Code Private and AI Chats using the Glide Chat Component
37:15
We Built an App in 24 Hours [No Code]
11:56
Raw Startup
Рет қаралды 417 М.
Será Que a FITA vai Grudar ela na PAREDE😱 #shorts
0:44
Lucan Pevidor
Рет қаралды 35 МЛН
No es por nada pero ya estoy a otro nivel de fuerte 💪🏻😅
0:15
Гигантский мост взорвали в Китае💣
0:20
Алексей Корчун
Рет қаралды 2,1 МЛН
Waka Waka 🤣 #11 #shorts #adanifamily
0:13
Adani Family
Рет қаралды 9 МЛН
A little girl was shy at her first ballet lesson #shorts
0:35
Fabiosa Animated
Рет қаралды 13 МЛН