Using the OpenAI API in Adalo is easy! Learn how to use artificial intelligence with no code.

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

The Adalo Guy

The Adalo Guy

Күн бұрын

A short video showing you the basics of getting started with Open AI in your Adalo app. Using AI can add incredible value to your users. Get started with this video and I hope you'll be inspired to create some cool stuff. Let me know in the comments what you create!
1 Hour live consultation / mentoring with me
meet.brevo.com...
Better file uploader for your Adalo app:
www.adalify.com
GET 10% OFF Xano
xano.io/diewtju5
GET 10% OFF WeWeb
dashboard.wewe...

Пікірлер: 94
@axelmalcom2991
@axelmalcom2991 2 жыл бұрын
Thanks to you I've just managed to make a phone app without any coding experience.
@theadaloguy
@theadaloguy 2 жыл бұрын
Great to hear!
@jacktoddy9783
@jacktoddy9783 Жыл бұрын
Excellent video - Yes more of these video with learning quiz's please.
@jadz_yt
@jadz_yt 2 жыл бұрын
Glad you're back with some new content. Always find your videos informative and helpful.
@theadaloguy
@theadaloguy 2 жыл бұрын
Much appreciated. I'm going to try to get back into regular videos now.
@blenderdad
@blenderdad 2 жыл бұрын
that's one valuable video you have here! thank you very much!
@theadaloguy
@theadaloguy 2 жыл бұрын
Thanks Matthias appreciate it!
@HoussamBenali
@HoussamBenali 2 жыл бұрын
Really great content as usual! Glad to see a new video from you, I might be playing with it for some random reasons lool, thanks adalo guy.
@theadaloguy
@theadaloguy 2 жыл бұрын
Thanks Houssam!
@mre8340
@mre8340 Жыл бұрын
This is excellent. I'm building an app that competes with Academia and this is a lovely features for article summaries, IRL. Thanks!
@theadaloguy
@theadaloguy Жыл бұрын
1 Hour live consultation / mentoring with me 👉 meet.brevo.com/nathan-cox/adalo-xano-consultation-1-hour
@Grotemini
@Grotemini Жыл бұрын
This is cool, thanks!
@Loomisgitarrist39
@Loomisgitarrist39 2 жыл бұрын
great content, how are you downloading the images because i get an error when trying. and they also disappear after a while
@theadaloguy
@theadaloguy 2 жыл бұрын
I haven't used the image generation via api but I might look into it as several people have asked
@Loomisgitarrist39
@Loomisgitarrist39 2 жыл бұрын
@@theadaloguy after like 20 min or so the photos disappear for some odd reason that i have yet to understand, if anyone else can elaborate on that as to why this is happening please do so.
@TubeYounes
@TubeYounes 2 жыл бұрын
I might have just found the tool I needed for years, question, how do I change this to have a simple interface, where there is no prompt and response, but something more like open ai, or text messaging your friend, where one text input exists, and when you hit enter, it goes up, then AI answers, and it goes up, with a little cursor animation like chatgpt has to show its writing , or 3 little dots blinking while AI is answering, would love to see a video for this. thanks so much for this.
@ryandoyle
@ryandoyle 6 ай бұрын
Thanks mate. The input field button function (call OpenAI api) only works with small inputs. I’m sending a template for reference on how to respond. But it almost instantly stops with any long input. Is there a character input limit ? and how can I fix this? I can’t add much history or training data.
@theadaloguy
@theadaloguy 6 ай бұрын
@ryandoyle are you sending multi-line text? I think that could be the issue, if you test single line vs multiline of the same length
@ryandoyle
@ryandoyle 6 ай бұрын
@@theadaloguy it seems to be when I try send code, because I’m sending html rich text code, I’m asking it to respond like the template. But I can’t even send the template code. Only parts of it, I’m trying to figure out what part of the code is causing a problem in the send function, any ideas why I can’t send code?
@theadaloguy
@theadaloguy 6 ай бұрын
@ryandoyle another thing to try is use adalo url encode component on the input first before sending. Either send that directly to the ai (it should still understand), or url decode it with something else in the middle like a make webhook, or a Xano endpoint
@ryandoyle
@ryandoyle 6 ай бұрын
@@theadaloguywow! it seems to be the " character. The function will not work if this " character appears in any input. Eg Can you try it your end? The 2 little straight lines "these" not the ”quotation“ Have you encounter this problem? That character appears a lot in code, if I can’t input that character I can’t build my app, I don’t wanna switch platforms again, I like this one 😭 Or I could replace that character with something else and tell the gpt to recognise it as the right character 😂 But I didnt wanna get that messy, any idea bro?
@theadaloguy
@theadaloguy 6 ай бұрын
@ryandoyle it makes sense that " can break a json payload. Did you see my comment about using urlencode component in adalo?
@michaelsolimini5843
@michaelsolimini5843 2 жыл бұрын
is it possible to ask a follow up based upon the first response?
@theadaloguy
@theadaloguy 2 жыл бұрын
Hi Michael, can you give an example? This might be possible as shown here, or it might be something better with Chat-GPT. I'd have to look into it a little.
@michaelsolimini5843
@michaelsolimini5843 2 жыл бұрын
@@theadaloguy hey! thanks for the response. so the way my app is set up is the users as a question that routes the way you described in the video to GPT-3. the response then prints on the next screen, as yours does in the video. then on that next screen where the AI response is printed, i want the user to be able to add an additional input that then enables them to have a second tailored response based off the AI's first response. for example: user "generate me a sample SAT question", AI: generates question, user input 2: "give me the answer to that question and explain why it is that answer", AI: generates second response while retaining what the first generated question was. i got around this in my app by instead storing the first generated question as a database entry, sending it to zapier where a zap runs that says "give answer to (stored database question)" which then sends back to adalo and updates a "answer" database field and prints in a 'question log' screen i created. this is kind of a crude workaround to that that functionality i would like to implement, not sure if its possible due to the token length possibly?
@theadaloguy
@theadaloguy 2 жыл бұрын
@@michaelsolimini5843 doing it like this I can see token length could be a problem. I'll look into using chat gpt via api when I get a chance and feedback.
@RowanSheridan
@RowanSheridan 2 жыл бұрын
Would be good to see a custom prompt, eg summarise content that a user can input. That's what im struggling with at the moment. Can't seem to get it working.
@theadaloguy
@theadaloguy 2 жыл бұрын
It works well if you give it examples inside the prompt
@theadaloguy
@theadaloguy 2 жыл бұрын
I might do a follow up video with a bit more at some point on more advanced prompts. This is more basic to get people started
@RowanSheridan
@RowanSheridan 2 жыл бұрын
@@theadaloguy Yeah that would be really useful. Thank you
@Loomisgitarrist39
@Loomisgitarrist39 2 жыл бұрын
hey i have a CSV file of 100 cool prompts that ChatGPT created for me that i can pass on to you if you'd like
@RowanSheridan
@RowanSheridan 2 жыл бұрын
@@Loomisgitarrist39 yes please
@ivanlai4611
@ivanlai4611 2 жыл бұрын
Love this tutorial, thank you!!! Quick question - How do I make wrap-text the response so I can see it in one screen without scrolling right? Thanks again!
@ivanlai4611
@ivanlai4611 2 жыл бұрын
Never mind, figured it out, checked "multi-line" in "edit style". thanks again, awesome tutorial!
@kevinc5555
@kevinc5555 2 жыл бұрын
Thanks so much for the video!
@scottSJA98
@scottSJA98 Жыл бұрын
Can you add custom GPT’s and assistant API’s into Adalo?
@Lorencraft_oficial
@Lorencraft_oficial Ай бұрын
you are the best
@genef7430
@genef7430 2 жыл бұрын
Thanks for the video 😊 I’m having an issue with the test run It says: Header name must be a valid HTTP token ["authorization "] I copied the url straight from the curl Any assistance is greatly appreciated Thanks!!!
@theadaloguy
@theadaloguy 2 жыл бұрын
First thing is make sure there are no trailing spaces. Secondly, delete the space between bearer and the token, and make it again. This might be a copy and pasting issue.
@LiciaRester-CreosCompany
@LiciaRester-CreosCompany 10 ай бұрын
Thanks for the video. I want to house my custom GPTs inside of Adalo and have openAI run those GPTs inside of Adalo so that customers can't grab the GPT urls and use them outside of my membership. Is that possible? Thank you!
@nickfrith6916
@nickfrith6916 2 жыл бұрын
Can you help me? Mine isnt showing the choices.text at the end which shows the response and I am not sure why
@theadaloguy
@theadaloguy 2 жыл бұрын
Hi Nick can you send a screenshot of your setup to support@adalify.com I'll take a look
@seanthorpe66
@seanthorpe66 2 жыл бұрын
Is there a way to have it create three options and then being able to edit them before you send them?
@theadaloguy
@theadaloguy 2 жыл бұрын
Not sure exactly what you mean but you can return the responses into text input fields, which would then give the user the ability to edit them before performing another action
@seanthorpe66
@seanthorpe66 2 жыл бұрын
@@theadaloguy oh thanks. Is there a way to have the prompt base it’s response on information in the user’s profile? That’s what I’m really struggling with at the moment. I want to have the user complete their profile once and then be able to generate responses based on that data making it bespoke to the user.
@theadaloguy
@theadaloguy 2 жыл бұрын
@@seanthorpe66 yeah just feed in user data from database into the prompt for example a prompt could be like this: " User name Ben User age 24 User location USA User favorite sport football Based on the above information, give a brief introduction to the user "
@seanthorpe66
@seanthorpe66 2 жыл бұрын
Would that be written within the json script? With the name etc being custom inputs?
@theadaloguy
@theadaloguy 2 жыл бұрын
@@seanthorpe66 yeah that would all go into the json body as the prompt
@DanielCosta-fg2ze
@DanielCosta-fg2ze 2 жыл бұрын
That's so cool!
@nickfrith6916
@nickfrith6916 2 жыл бұрын
Hey, I wondered, do you think you could make a chatbot with this type of integration?
@theadaloguy
@theadaloguy 2 жыл бұрын
I think it would be possible yes. I'm not that experienced with chat bots but I don't see why not
@Prince6797877
@Prince6797877 2 жыл бұрын
for building app also I can do same ?
@theadaloguy
@theadaloguy 2 жыл бұрын
Yes this works for mobile apps if that's what you mean
@Prince6797877
@Prince6797877 2 жыл бұрын
@@theadaloguy Awesome, how we can make this app to pay subscription for clients? ☺
@theadaloguy
@theadaloguy 2 жыл бұрын
@@Prince6797877 You would want to use the IAP hub component in the marketplace, which allows in-app subscriptions for Google Play and App Store.
@Prince6797877
@Prince6797877 Жыл бұрын
@@theadaloguy Yes, and lets say people can ask 100 questions a day if they'll subscribe, can I do something like that? and how I can do that?. Do you have WhatsApp dude? I have couple questions to you
@Prince6797877
@Prince6797877 Жыл бұрын
@@theadaloguy do you have WhatsApp? I want you to help me a little bit, I can pay for that bro
@immigrationlawofficeofserg2232
@immigrationlawofficeofserg2232 Жыл бұрын
In a Map Component, how can I filter down the markers displayed to a given radius of the Current Device Location? I already created a "Markers" collection with a Location property to hold all of the markers. I just need to know how I can filter them by miles, just like in a List Component. Thank you!
@matthiaswerner8592
@matthiaswerner8592 5 ай бұрын
I recreated it but the response is cut-off, any hints how to add the full response into a field in the Adalo app?
@theadaloguy
@theadaloguy 5 ай бұрын
@matthiaswerner8592 this sounds like the token limit of the actual AI response. What do you have the token limit set as?
@matthiaswerner8592
@matthiaswerner8592 5 ай бұрын
@@theadaloguy It was set to 256, I increase now to 512 and it works better. Is this regular behaviour that it simply cuts the response? I would expect it to simply create a shorter response.
@theadaloguy
@theadaloguy 5 ай бұрын
@matthiaswerner8592 yeah unfortunately the AI sometimes does this
@Biwee
@Biwee 2 жыл бұрын
Hi do you think I can have bigger space for the response cause I don’t want to select all the texts to read it 😊
@theadaloguy
@theadaloguy 2 жыл бұрын
Set the input box to multi-line and drag it to be bigger,
@Biwee
@Biwee 2 жыл бұрын
Thank you so much I love what you do
@elenacalvillopm
@elenacalvillopm 2 жыл бұрын
Wow this is amazing, going to try Adalo for the first time. Setting API calls seems pretty easy than other no-code builders. Wondering if I can create a bot with ChatGPT3
@theadaloguy
@theadaloguy 2 жыл бұрын
Yes it's got an easier learning curve than other builders. I think you could do chatgpt3 bot no problem
@BlindfoldedSight
@BlindfoldedSight Жыл бұрын
good man
@mtcevolution7623
@mtcevolution7623 2 жыл бұрын
hello is it possible to use the phone number and resect an otp sms to register instead of email on an adalo application?
@theadaloguy
@theadaloguy 2 жыл бұрын
Yes this is possible
@mtcevolution7623
@mtcevolution7623 2 жыл бұрын
@@theadaloguy Can I have your email to contact you privately?
@mtcevolution7623
@mtcevolution7623 2 жыл бұрын
@@theadaloguy I created a mobile application on adalo I need users to use phone numbers to register instead of email addresses
@theadaloguy
@theadaloguy 2 жыл бұрын
@@mtcevolution7623 support @adalify.com
@wingchun3801
@wingchun3801 2 жыл бұрын
This is honestly great content. I'm trying it out, but what bothers me is that the answer is displayed on one line, so it's tiring for the user to really see the answer in case it is long. Help me to solve this to get full text view like WhatsApp with long text messages.
@theadaloguy
@theadaloguy 2 жыл бұрын
Thanks. On the text box settings, click on 'edit styles', and then change it to multi-line, and drag the text box bigger. Then it will display on multiple lines.
@wingchun3801
@wingchun3801 2 жыл бұрын
It's great, it works. Thank you very much for the support, you are a good person.
@wingchun3801
@wingchun3801 2 жыл бұрын
@@theadaloguy It's great, it works. Thank you very much for the support, you are a good person.
@Prince6797877
@Prince6797877 2 жыл бұрын
I did everything, it's worked, but the next day it's disappeared, how to save what we are doing in Adalo?
@theadaloguy
@theadaloguy 2 жыл бұрын
It should save automatically what you do in Adalo. But for custom action you need to finish it, you can't start making it and come back to it later. You need to test it and click save.
@Prince6797877
@Prince6797877 Жыл бұрын
@@theadaloguy but I can't find out save button there, should I start from scratch?
@acsd14
@acsd14 2 жыл бұрын
This is only available on a professional account, correct?
@theadaloguy
@theadaloguy 2 жыл бұрын
Yes, you need Custom Actions which requires Adalo's professional plan
@rossraymond-jones3892
@rossraymond-jones3892 2 жыл бұрын
It keeps saying that the API is invalid.. anyone else had issue with this? Thanks !
@theadaloguy
@theadaloguy 2 жыл бұрын
The api key? Make sure there isn't a trailing space when you pasted it
@kevinc5555
@kevinc5555 2 жыл бұрын
Also, make sure to put Content-Type header first, I put it second by mistake, and that confused it.
@rossraymond-jones3892
@rossraymond-jones3892 2 жыл бұрын
@@theadaloguythank you. Is there anyway to contact you via email as a client to help support different API integrations, is this something you offer ? I wanted to check before booking into your calender.
@theadaloguy
@theadaloguy 2 жыл бұрын
@@rossraymond-jones3892 you can contact via the Adalify website, or find me on the Adalo forums and message there too
Build anything with o1 agents - Here’s how
39:26
David Ondrej
Рет қаралды 172 М.
Build an AI copywriter with Bubble.io and OpenAI's GPT-3
43:13
Joshua Munsch
Рет қаралды 64 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
LockDown Browser IV
4:05
SaskPolyJohn
Рет қаралды 144
All About OpenAI Assistant API [code + no-code] in 15 min
13:42
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 1,6 МЛН
Build an App using ChatGPT | No Code required
11:45
Junaid Khalid
Рет қаралды 12 М.
Adalo Crash Course
41:41
adalocado
Рет қаралды 66 М.
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 542 М.
OpenAI API Function Calling -  Hands-on Tutorial for AI Developers!
17:20
$0 Embeddings (OpenAI vs. free & open source)
1:24:42
Rabbit Hole Syndrome
Рет қаралды 275 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН