@ruairi please help me , I’m trying to make a design ideas generator but I didn’t know how to handle the new model gpt3.5 I did everything right but they told me i need to add a message (role system and role user ) but I don’t know how , please help me if you see this because it’s for a competition.
Great tutorial, thanks for making this! Quick question - when ChatGPT returned a story to you, would it have been possible to immediately send the story text in an email (without storing it in a database) instead of displaying it on the screen? Thanks!
@@RuairiMcNicholasIE Yes i know but the new api works a bit different with it having memory etc., would love to see a video building an application with more chat like functionality with continued conversations 😀
Are you using all of the same API endpoints as me? GPT 3.5 may have new 'body' options for the API request that need to be filled in for your Data Out request.
This is just great! Thank you very much. I have questions: 1. What would be the best webflow plan for this? Could I choose the freelancer plan and export this whole website on my own server? Would it still work? 2. And if I choose a hosting plan with webflow, does every generation count as a form submission? Thank you and keep up the good work!!!
Glad you like it mate! 1. To host a live app, a site plan would be good. For development and working on it, especially if you have other sites, a freelancer plan. It should work on your own server but I haven't tested this. 2. No - in this example we are not submitting forms through Webflow so it won't count as a submission :)
Thanks mate! Yes you can apply this to other web platforms - but depending on the platform it would require a little more coding, to write out the API call to OpenAI in something like Javascript, and execute it on a WordPress page, and also write the JavaScript needed to update the page with the response. Doable but will require more code.
Sign up on their website and wait for one via email, or ask someone with access for an invite code. I have one; drop me an email and I will send it to you :) ruairi [at] propellerdigital.agency
Hey there really great tutorial, not sure why but I keep getting the body text returned as "object Object" have a missed something somewhere? Thanks again this is a huge help.
Nevermind, answered my own question. When selection which aspects of "choices" you want to return from the API make sure the selection is returning a "string" as opposed to an object. (Me talking to myself and any other beginner, lol)
Solid walkthroughs and content. Straight to the point.
Really cool video Ruairi! Can't wait to upgrade the Wonderlust cloneable to GPT-3.5
Fantastic tutorial! This helped me create my very first app! Super easy to follow. Thank you!
Thanks for the feedback, delighted you found it useful!
can you stream from gpt?
how would i go about connecting a stable diffusion api to this flow? where the gpt can prompt the stable diffusion
Amazing!!!
Thanks!!
very nice
@ruairi please help me , I’m trying to make a design ideas generator but I didn’t know how to handle the new model gpt3.5 I did everything right but they told me i need to add a message (role system and role user ) but I don’t know how , please help me if you see this because it’s for a competition.
nice bro !! keep up !! 🚀
Thanks 🔥
Great tutorial, thanks for making this! Quick question - when ChatGPT returned a story to you, would it have been possible to immediately send the story text in an email (without storing it in a database) instead of displaying it on the screen? Thanks!
Yes! You can use SendGrid, or a similar email service, to send these without needing to store it in a database.
Could you make an updated video for gpt 3.5 api?
Hey Alex, this uses text-davinci-003 completion model which is part of GPT 3.5
@@RuairiMcNicholasIE Yes i know but the new api works a bit different with it having memory etc., would love to see a video building an application with more chat like functionality with continued conversations 😀
@@alexkalmarr Ahhh I get you, they've added in new options for the API.
Will look at doing a new video soon!
@@RuairiMcNicholasIE Looking forward to it!
Um having erro 400 on my string on chat/completion with gtp turbo 16k
me too. did you find a solution?
I am trying to follow same steps but getting a 500 error when requesting the data, is there something to do with GPT 3.5?
Are you using all of the same API endpoints as me?
GPT 3.5 may have new 'body' options for the API request that need to be filled in for your Data Out request.
This is just great! Thank you very much.
I have questions:
1. What would be the best webflow plan for this? Could I choose the freelancer plan and export this whole website on my own server? Would it still work?
2. And if I choose a hosting plan with webflow, does every generation count as a form submission?
Thank you and keep up the good work!!!
Glad you like it mate!
1. To host a live app, a site plan would be good. For development and working on it, especially if you have other sites, a freelancer plan. It should work on your own server but I haven't tested this.
2. No - in this example we are not submitting forms through Webflow so it won't count as a submission :)
Amazing Video! You have a new subscriber. I have a quick question. Could you take this and apply the concept to another web platform like Wordpress?
Thanks mate!
Yes you can apply this to other web platforms - but depending on the platform it would require a little more coding, to write out the API call to OpenAI in something like Javascript, and execute it on a WordPress page, and also write the JavaScript needed to update the page with the response. Doable but will require more code.
@@RuairiMcNicholasIE Ok thank you!
What version of wized are you using?
V2, Wized.com
how do i get the invite for Wized?
Sign up on their website and wait for one via email, or ask someone with access for an invite code. I have one; drop me an email and I will send it to you :)
ruairi [at] propellerdigital.agency
you could have zoomed the UIs. they are very small. hard to read. thanks
Hi Ruairi,
Love the tutorial, so easy to follow and understand :) Quick question, how do I get an invite for Wized?
Glad you liked it!
You can get them from people who have beta access already. Email me and I'll give you one:
ruairi [at] propellerdigital.agency
Hey there really great tutorial, not sure why but I keep getting the body text returned as "object Object" have a missed something somewhere? Thanks again this is a huge help.
Nevermind, answered my own question. When selection which aspects of "choices" you want to return from the API make sure the selection is returning a "string" as opposed to an object. (Me talking to myself and any other beginner, lol)
Glad you got it sorted!
❌ Error during request execution (Status: 500) ---------Getting this error