ChatGPT App made with Glide | Full Tutorial

  Рет қаралды 13,406

GRUMO

GRUMO

Күн бұрын

Пікірлер: 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!
@anoouushkasarchives
@anoouushkasarchives 8 ай бұрын
This is INCREDIBLE thank you
@GRUMO
@GRUMO 8 ай бұрын
You're welcome!
@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}]
@SabineWildemann-l9q
@SabineWildemann-l9q Жыл бұрын
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.
@guivo167
@guivo167 Жыл бұрын
Excelente... Fuerza y éxito... ✋ 😌
@GRUMO
@GRUMO Жыл бұрын
Gracias!
@aateqabinmahfoodh3905
@aateqabinmahfoodh3905 10 ай бұрын
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 10 ай бұрын
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.
@benisapaat3451
@benisapaat3451 11 ай бұрын
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 11 ай бұрын
That could be a limitation of OpenAI's integration. Their model may not be optimized for some languages.
@benisapaat3451
@benisapaat3451 11 ай бұрын
@@GRUMO thank you to much
@toddlichtenwalter2041
@toddlichtenwalter2041 5 ай бұрын
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 5 ай бұрын
I've never seen that error. It may be that the value p1 contains unrecognized characters.
@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".
@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.
@swanaung3033
@swanaung3033 Жыл бұрын
Can you please answer how I can add a clear button in there that will clear the input prompt and output prompt?
@GRUMO
@GRUMO Жыл бұрын
You can add a button and attach to it a “Set column value” custom action that clears both the input and output columns.
@alishadow9801
@alishadow9801 11 ай бұрын
How to upload the app to Google and App stores?
@GRUMO
@GRUMO 11 ай бұрын
Not possible with Glide unless is embedded in a native wrapper.
@igorvrabiee
@igorvrabiee Жыл бұрын
Answer question about a table: Could not get embeddings | Too Many Requests does not work :(
@GRUMO
@GRUMO Жыл бұрын
You probably exceeded the prompt size limit.
@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.
@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
@admiraldante8015
@admiraldante8015 Жыл бұрын
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 Жыл бұрын
For inquiries please contact via grumo.com
@admiraldante8015
@admiraldante8015 Жыл бұрын
@@GRUMO I entered your website and sent you a message, everything done 😎
@GRUMO
@GRUMO Жыл бұрын
@@admiraldante8015 Ok.
@jawadahmad4167
@jawadahmad4167 Жыл бұрын
But how we add chat gpt API in glide to integrate?
@GRUMO
@GRUMO Жыл бұрын
Go to Settings > Integrations and select OpenAI
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 2,6 МЛН
Glide: Top 7 Navigation Methods, Tips and Tricks
25:19
Robert Petitto
Рет қаралды 20 М.
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 23 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 47 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 11 МЛН
Glide Integrations: Open AI UNLEASHED (Full Build)
50:41
Robert Petitto
Рет қаралды 7 М.
Private chat app example on Glide Apps
11:36
Sommo
Рет қаралды 13 М.
How is THIS Coding Assistant FREE?
5:19
Alex Ziskind
Рет қаралды 149 М.
Don't Use ChatGPT Until You Watch This Video
13:40
Leila Gharani
Рет қаралды 1,7 МЛН
6 Best APP Builders For Beginners In 2024 (NO CODE)
32:39
WeAreNoCode
Рет қаралды 293 М.
Glide 101: Setting Up User Profiles
25:33
Robert Petitto
Рет қаралды 11 М.
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 23 МЛН