If RUclips had a star rating, this one would get 5 out of 5!! GREAT tutorial without all the extra fluff. You emphasized the important parts and repeated them in a slightly different manner. This was super easy to follow and works!!!! I've followed other tutorials for hours just to end up frustrated. This is just what I needed. Keep up the great work!
Great vid - exactly what I was looking for you thank you! AI is looking more and more crucial these days for apps - gotta stay up to date with this stuff!
@@nocodelife thank you! I appreciate the reply. I ended up entering it in manually. I will consider your bubble course, you have helped me a lot already!
Thanks for making this - very helpful!! The only place I'm stuck now is in Bubble, at the 12:22 mark in your video when you add an action/plugin to the generate button - how do I add my plugin I made to the dropdown plugin list? It just says 'Install more plugin actions' which I can install from a preset list, but how do I load the one I made through the steps in this video?
Yes you could, there are probably easier ways than building a Bubble app to do it though, pretty sure some spreadsheet applications would allow you to just auto-fill a column of descriptions from Open AI.
@@nocodelife Awesome thank you. I actually have a few bubble apps have profit and I went to go update this one to see if I can make a profit. I never screwed around the chatgpts api though
Thanks for the great tutorial :) In my case I have several inputs that my users fill in, but I'm not sure how to send a 'multi prompt' at once. Lets say that your form had two more inputs, would it be possible to include them in the prompt?
Yes sure, within the Arbitrary Text you can put whatever you want, so you could have multiple dynamic fields e.g. “Write a plan about this subject: multiline input A’s value , and do it in the style of multiline input B’s value”
Thanks you for this excellent video! I followed all the instructions, I submit the question and then the API call goes through but I don't get the results to show on the page. I think it's a Bubble issue as I'm new to this platform. Any recommendation how to fix it?
It could be a few things, I would recommend doing an API call and then looking at your logs to see what they say, it might be that OpenAI is returning an error because the content you're sending it is not formatted correctly. that's the most common issue I have!
@@nocodelife thanks! It was a formatting issue in the output box and I'm really happy it's all working great right now. On to learning more Bubble skills!
Good tutorial. What if you asked it a random question unrelated to lesson planning eg why is the sky blue? Is there a way chatgpt can recognise this and respond accordingly ?
Yes absolutely, it will respond to any question but will have the context of the initial prompt you wrote so you will be asking it "write a lesson plan about... why is the sky blue?" and it will respond accordingly.
Also why is chatgpt slower here than on the official site? Can the speed be improved when you publish the app and it only slow when testing it in bubble?
I think the official site gives the impression of being fast because it types out the response as it's generating, whereas this waits until the entire response is ready and then returns it. I think the actual time might be roughly the same. The speed can't really be improved though. You can use GPT 3.5 which is faster than GPT 4, but that's about it.
btw, Im struggling to manipulate the results for a more refined experience... I mean, like put the result on checkboxes for further interactions... Ive set a custom state and Im using split for numerous checkboxes but Ive not been able to use it on a repeating grup :(
When trying to import from cURL it says "could'nt parse cURL. Check that you only include supported fields" :( and it is exactly the same text as yours. What to do?
Hey man! Thanks for the vid. I did exactly everything as you did but when generating the workflow, my API does not request an input, it just wont show it, it just asks "Only when". Do you know why is this happening?
This is the best ChatGPT Bubble vid that I've found, but it's still not perfect. He's thinking out loud a bit too much and it's difficult to know when he's clicking to show you something or clicking because YOU need to. I finally got my prototype working after rewatching it about 10 times. Still can't figure out the custom states because he totally phones that section in... going to have to find a better description for that.
Greetings from Brazil, brother, when carrying out the step by step process I came across this error: There was a problem configuring your call. Raw response to the API Status code 429 { "error": { "message": "You have exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" } } Can you tell me how to solve it? By subscribing, can I now use it? Thank you for helping me, here in Brazil we don't have content creators on this topic.
Hey friend, tried 3 times going over the same as youve done... i can get it working for the 1st question, then it gives reply like London is capital city same as you! Then when i reply to it and ask it a follow up question i het an error, i cant get passed it and i jeeo fucking the workflow uo :( could you help ? I have a picture of the fault but dont know where to send it bro.
If RUclips had a star rating, this one would get 5 out of 5!! GREAT tutorial without all the extra fluff. You emphasized the important parts and repeated them in a slightly different manner. This was super easy to follow and works!!!! I've followed other tutorials for hours just to end up frustrated. This is just what I needed. Keep up the great work!
Excellent!!! The bubble folks really nailed the API integration process. Smart.
Great vid - exactly what I was looking for you thank you! AI is looking more and more crucial these days for apps - gotta stay up to date with this stuff!
Bravo! From México, greate tutorial! 😀
thanks! awesome tutorial!
Great tutorial, thanks Kieran
Well done! Thank you very much.
Thank you great video God bless you 🙏😊
nice one Kieran.
How would you handle back and forth to create a real chat experience ?
I followed your tutorial and it worked. The only thing is that I needed to let the max_tokens empty as it caused errors
I keep getting a 400 error on submission within my "app". Request isn't formatted properly, etc
Using GPT-4 model
Great Video. Could this be modified as a google chrome extension as well?
not able to paste the Curl i keep getting the error "Could't parse curl check that you only included supporting feilds" is anyone else facing this ?
same
Apparently the Bubble Curl import function is currently broken, hopefully they'll fix it soon! @@johnscambler9707
@@nocodelife thank you! I appreciate the reply. I ended up entering it in manually. I will consider your bubble course, you have helped me a lot already!
@@johnscambler9707 Same here !!
@@nocodelife Thanks, appriciate the reply.
Hey, thanks for the video... could we use the puglins from ChatGPT integrated with Bubble?
Wow- thank you!!!
Nice video and good explanation. Can you please tell how to get streaming answer similar to the official Chat GPT website.
Thanks for making this - very helpful!! The only place I'm stuck now is in Bubble, at the 12:22 mark in your video when you add an action/plugin to the generate button - how do I add my plugin I made to the dropdown plugin list? It just says 'Install more plugin actions' which I can install from a preset list, but how do I load the one I made through the steps in this video?
NM! I got it - I reinitialized the API call and now it showed up. Thanks again for this video, its been so helpful!!
Has done it and it takea forever to load and hasn’t received the output, anybody’s has the same issue?
thanks for the knowledge, i was wondering.. do you know how to create memory with this type of method? or upload knowledge base into bubble
Thank you!
the Key I've set is now showing up in the workflow when I select the plugin.
I have a bunch of products like 6 thousand without descriptions could I use the api for chatgpt to write product descriptions?
Yes you could, there are probably easier ways than building a Bubble app to do it though, pretty sure some spreadsheet applications would allow you to just auto-fill a column of descriptions from Open AI.
@@nocodelife Awesome thank you. I actually have a few bubble apps have profit and I went to go update this one to see if I can make a profit. I never screwed around the chatgpts api though
I am receiving a can not parse json error. Any thoughts?
Apparently the Bubble Curl import function is currently broken, hopefully they'll fix it soon!
Thank you! I was going crazy. In the meantime, I guess I will go to Flutter Flow.@@nocodelife
Thanks for the great tutorial :) In my case I have several inputs that my users fill in, but I'm not sure how to send a 'multi prompt' at once. Lets say that your form had two more inputs, would it be possible to include them in the prompt?
Yes sure, within the Arbitrary Text you can put whatever you want, so you could have multiple dynamic fields e.g. “Write a plan about this subject: multiline input A’s value , and do it in the style of multiline input B’s value”
@@nocodelife Great! Thank you 👌
How would you get the generate function to completely create a new response?
Thanks for the video! Question: Is 'none or self handled' authentication safe to use if your app has users?
how can I train chatgpt with my documents?
🐐
i have 4,000 tokens in completion, could this be because my arbitrary text is too long?
Thanks you for this excellent video! I followed all the instructions, I submit the question and then the API call goes through but I don't get the results to show on the page. I think it's a Bubble issue as I'm new to this platform. Any recommendation how to fix it?
It could be a few things, I would recommend doing an API call and then looking at your logs to see what they say, it might be that OpenAI is returning an error because the content you're sending it is not formatted correctly. that's the most common issue I have!
@@nocodelife thanks! It was a formatting issue in the output box and I'm really happy it's all working great right now. On to learning more Bubble skills!
Good tutorial. What if you asked it a random question unrelated to lesson planning eg why is the sky blue? Is there a way chatgpt can recognise this and respond accordingly ?
Yes absolutely, it will respond to any question but will have the context of the initial prompt you wrote so you will be asking it "write a lesson plan about... why is the sky blue?" and it will respond accordingly.
I have some specific data that I want chatgpt to answer from, like I want it to be trained to answer just from my Data, how to do that??
Cool stuff! Can you also let chatgpt analyze data that is stored within Bubble based on a certain user that is logged in?
Yes for sure, you could just send the data as part of the prompt.
Hi, thanks for the video! I can't find 'multiline input' on my workflow. Is there a reason this is happening?
Did you ever find a solution for this?
Also why is chatgpt slower here than on the official site? Can the speed be improved when you publish the app and it only slow when testing it in bubble?
I think the official site gives the impression of being fast because it types out the response as it's generating, whereas this waits until the entire response is ready and then returns it. I think the actual time might be roughly the same. The speed can't really be improved though. You can use GPT 3.5 which is faster than GPT 4, but that's about it.
how to I like it two times?
btw, Im struggling to manipulate the results for a more refined experience... I mean, like put the result on checkboxes for further interactions... Ive set a custom state and Im using split for numerous checkboxes but Ive not been able to use it on a repeating grup :(
When trying to import from cURL it says "could'nt parse cURL. Check that you only include supported fields" :( and it is exactly the same text as yours. What to do?
Apparently the Bubble Curl import function is currently broken, hopefully they'll fix it soon!
Hey man! Thanks for the vid. I did exactly everything as you did but when generating the workflow, my API does not request an input, it just wont show it, it just asks "Only when". Do you know why is this happening?
Hi, sounds like you need to untick “private” next to the variables in the API connector
@@nocodelife Thanks a lot! I doubled checked and indeed this was the problem hahah.
This is the best ChatGPT Bubble vid that I've found, but it's still not perfect. He's thinking out loud a bit too much and it's difficult to know when he's clicking to show you something or clicking because YOU need to. I finally got my prototype working after rewatching it about 10 times. Still can't figure out the custom states because he totally phones that section in... going to have to find a better description for that.
Thanks for the feedback Marcus!
Can I tip you?
Greetings from Brazil, brother, when carrying out the step by step process I came across this error: There was a problem configuring your call.
Raw response to the API
Status code 429
{
"error": {
"message": "You have exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Can you tell me how to solve it?
By subscribing, can I now use it?
Thank you for helping me, here in Brazil we don't have content creators on this topic.
Usually the error messages are quite accurate so it sounds like your open AI account has run out of credits or the billing isn’t set up correctly.
Hey friend, tried 3 times going over the same as youve done... i can get it working for the 1st question, then it gives reply like London is capital city same as you! Then when i reply to it and ask it a follow up question i het an error, i cant get passed it and i jeeo fucking the workflow uo :( could you help ? I have a picture of the fault but dont know where to send it bro.
You need to put in the work flow something like reset value
I can’t get it to work so far 😂. It keeps saying I have issues with my API keys
i would watch this but i know more than u already... sorry man *shrug emoji* Good work tho!
Do you have an email address man, I have some stuff I need to ask?