Тёмный

GPT-3 and the OPEN AI API | Bubble.io API Tutorial Part 05 

Jacob Gershkovich
Подписаться 3,7 тыс.
Просмотров 10 тыс.
50% 1

This is part 5 of my series on APIs. In this video we connect to the OpenAI API and play around with GPT-3. We also look at how to send data in the body of a POST request inside of the API connector. Enjoy!
If you missed the earlier videos in this series, the links are below:
Part 1: • What is an API? | Bubb...
Part 2: • Using the API Connecto...
Part 3: • Making Dynamic Calls |...
Part 4: • Dealing with Authentic...

Опубликовано:

 

27 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@onlyhcfreak
@onlyhcfreak Год назад
This tutorial is absolutely insane! Very well done!
@jacobgershkovich
@jacobgershkovich Год назад
Thank you!
@zenbrainpodcast6834
@zenbrainpodcast6834 Год назад
Very helpful, thank you!!
@GlytchArt
@GlytchArt Год назад
Thank you so much for this. I am looking to save these types of lists directly into the database. If you're looking for ideas for your next tutorial, I'd love a pt2. that focuses on that. I think I can figure it out from here though. Thank you!
@NadeemWBR
@NadeemWBR Год назад
Great tutorial @Jacob... Thanks man.... awesome explanation...
@jacobgershkovich
@jacobgershkovich Год назад
My pleasure!
@joshjackson631
@joshjackson631 Год назад
Dude awesome video! Super well explained 😎
@jacobgershkovich
@jacobgershkovich Год назад
Thanks Josh! Glad you found it helpful.
@factror6722
@factror6722 Год назад
Enjoying your content... keep it J|dev...
@kingpinoftherails926
@kingpinoftherails926 Год назад
Great content, thanks.
@jacobgershkovich
@jacobgershkovich Год назад
Thanks for the kind words!
@MrBrrclifford
@MrBrrclifford Год назад
Great video thank you. Will be trying out the Open AI Keyword API as result...
@jacobgershkovich
@jacobgershkovich Год назад
Thanks for the comment. Good luck!
@nocodekickstart
@nocodekickstart Год назад
Hi Jacob. One of the dev Bubble tutorials that I always enjoy watching. It'll be great to have your tutorial on push notification stuff, probably using One Signal? Looking forward to it one day... Take care.
@jacobgershkovich
@jacobgershkovich Год назад
Thanks John! I'll keep that in mind.
@tediak140
@tediak140 Год назад
Thanks for this video 😁 especially for the little trick 😁 can save a lot of time in the lazy days.
@jacobgershkovich
@jacobgershkovich Год назад
Of course! And yeah that trick is a handy time saver for sure haha
@tediak140
@tediak140 Год назад
@@jacobgershkovich hey 😁 by the way, if you ever wonder what tutorial to record, you may consider flutterwave’s payment API. That’s a great alternative to Stripe since it’s supports users from all continents. 😎
@roseleelauper514
@roseleelauper514 Год назад
EXCELLENT!!
@jacobgershkovich
@jacobgershkovich Год назад
Thanks for the comment!
@Francotujk
@Francotujk Год назад
Hi!! Thank for all the content you provide, its very valuable. I think that could be great to explain how to use external database (ie AWS, wasabi, or some SQL, etc), and while using privacy rules. Because the data storage of bubble is so little
@jacobgershkovich
@jacobgershkovich Год назад
Thanks! I'll keep that in mind for future vids.
@LeonPetrou
@LeonPetrou Год назад
Instead of outputting a line separated list from the API, you can ask it to output a json string. Once that json string is in bubble as text how can you parse it to extract the values from the keys?
@jacobgershkovich
@jacobgershkovich Год назад
I'd probably use regex or some javascript or both.
@sebastiancardona1277
@sebastiancardona1277 Год назад
Hi Jacob! thanks for the tutorial, I have a question, I need the flow to start when clicking on a button, I have tried calling the API in the workflow but I can't see the API in the providers, I have already tried changing from Data to Action, but I can't find the way to do it. It would help me a lot if you could answer my question.
@amelieschlereth8091
@amelieschlereth8091 Год назад
Very well explained! Thank you so much 😊 How would you then retrieve the two different dynamic variables (number of questions, profession) in the API call? If users could enter something I mean.
@amelieschlereth8091
@amelieschlereth8091 Год назад
Nevermind, figured it out!! :)
@jacobgershkovich
@jacobgershkovich Год назад
Haha nice work!
@sebastiancardona1277
@sebastiancardona1277 Год назад
HI!! How did you do it?
@Stuart_Bache
@Stuart_Bache Год назад
Hello! I’ve created a little writing app using Bubble and GPT-3 and it works fine BUT for one aspect. So, I write something (eg ‘The sun shone’) and the generated text is added alongside it (eg ‘The sun shone, but the mood was…etc). However, the generated text adds two returns ( ) in front of it. I’ve tried so many things but can’t find an answer. I was wondering if you had a suggestion or maybe knew whether JavaScript would be a good solution? Thank you for your videos!
@jacobgershkovich
@jacobgershkovich Год назад
Have you tried the "find and replace" method?
@devcompany9196
@devcompany9196 Год назад
What do you offer for calls took more than 1 minutes to complete. I keep getting ESOCKETTIMEOUT error and don't know what to do
@michasw3837
@michasw3837 Год назад
Great tutorial!!! But, i have a questions. How can i make the text return in real time, letter by letter?
@jacobgershkovich
@jacobgershkovich Год назад
That would be more of a UI/UX thing that you could do once the data is already returned to you.
@SergeyTrofimov
@SergeyTrofimov Год назад
Great tutorial! However, what might be the reason for the newly created API to not show up in the list of API providers?
@jacobgershkovich
@jacobgershkovich Год назад
First thought that comes to mind is using the call as "data" vs "action" (dropdown inside of the api connector). Make sure you are using action if you want to use the api call as an action inside of a workflow.
@SergeyTrofimov
@SergeyTrofimov Год назад
@@jacobgershkovich That was it, yes! Thanks a lot!
@simon.stjohn
@simon.stjohn Год назад
Hey Jacob, Can you explain in a vid for us novices why you might want to use a Dev Key if the API happened to provide one?
@jacobgershkovich
@jacobgershkovich Год назад
Hey Simon, sure -- so a great example of this is Stripe. They have a DEV environment that you can mess around in, and a LIVE environment for when you're ready for production. They give you API keys for both environments. When you're testing your set up (imagine you're subscribing a user to a plan that you've set up in your dev environment) you would use your dev api keys.
@simon.stjohn
@simon.stjohn Год назад
@@jacobgershkovich oh of course! Stripe is a great example to give...crystal clear now
@themostrelaxingchannel9218
@themostrelaxingchannel9218 Год назад
Hi, is it possible to import open source code software with bubble ? I'm not dev and I would like to use open source code (in python) and make the front end with bubble. Is it possible via Iframes or other techniques ?
@jacobgershkovich
@jacobgershkovich Год назад
Probably to some extent depending on what you're trying to do.
@victor-fs1yi
@victor-fs1yi Год назад
The amount of views this has tells me I'm still early and this isn't main stream yet... which it will be
@jacobgershkovich
@jacobgershkovich Год назад
Yup, AI in 2023 will be insane 😬
@RobertRowntree
@RobertRowntree Год назад
not convinced that you got the point - AI generated software exhibits characteristics for both repeatability, scale, and enhanced productivity that when employed in skilled dev shops will eat the world of no-code franchises like bubble. Existing dev cycle on CI/CD cycles can be easily modified to wrap a pre-dev step where AI generated module simply plugs in a module of legacy source code. Only difference being AI boosted productivity. Compare it to bubble, where there is the client-server nature of the runtime whose server must be both an omniscient listener for state changes and an unfailing traffic cop in delegation of function calls and timing for async dispatch and re-entry. At the top end of the value add ecosystem, AI will eat bubble's lunch. Not trying to be rude or hijack a thread but i found this during research comparing AI gen'd approach to no-code's approach.
Далее
OAuth 2.0 Explained | Bubble.io API Tutorial Part 06
37:31
OpenAI Embeddings and Vector Databases Crash Course
18:41
Что не так с воздухом в Корее?
00:45
Java Is Better Than Rust
42:14
Просмотров 153 тыс.
How I'd Learn AI in 2024 (if I could start over)
17:55
Просмотров 886 тыс.
Making Dynamic Calls | Bubble.io API Tutorial Part 3
17:21
AI Agents Explained: How This Changes Everything
10:35
Что не так с воздухом в Корее?
00:45