How to Use Open AI's GPT-4o in FlutterFlow - Part 2

preview_player
Показать описание
In this second video in the series Integrating Open AI's newest model, GPT-4.0 Omni, in FlutterFlow, we'll cover three steps:

1. Structuring Backend
2. Designing UI
3. Implementing Logic

Setting up Firebase

If you have any questions, feel free to ask in the comments below. Let's jump into FlutterFlow and get started!

--------------

FlutterFlow is a low-code builder for native apps, bringing design and development into one tool. With drag-and-drop functionality, you can build pixel-perfect UIs and easily connect your app to live data via Firebase or APIs. Plus, you can add advanced features like push notifications, payments, animations, and more. Whether you build your own custom widgets or write custom code, FlutterFlow makes it easy to bring your app ideas to life.
Рекомендации по теме
Комментарии
Автор

Hard to follow, since various premade components and templates are used, and only briefly explained. Whenever such videos are made, one should assume the viewer does not have such things.

alexanderbjerkvik
Автор

This is good; however, as I mentioned previously, you shouldn't hardcode your API key in the front end. I also feel you should show people how to limit message lengths to prevent token overflow and create new chats. It is cool you can do this from within FF but its a major security risk. I know FF launched Cloud Functions not too long ago but theres really no videos on it which I think would be cool to see if they can make some. Nonetheless the structure is the same whether you use an API call or a cloud function youd be passing in the old messages to chatgpt.

adeterminedpolarbear
Автор

Great tutorial! Thanks! I would appreciate an addition of image input and chat history.

janmolski
Автор

It’s a great video, do continue with web app UI like chat GPT & titles and showing multiple chats + animations

PrimeURL.VIP_
Автор

Merci pour cette vidéo ! Je suis justement entrain de créer un Chat OpenAI spécialisé pour les développeurs flutter dans ma Formation. Hâte d'avoir le mode stream directement intégré dans FlutterFlow !

francomuoio
Автор

where the prompt variable come from and why is it a list?

kodekhronicles
Автор

please more tutorial about the topic! Thanks!!!

MagicMaax
Автор

Nice tutorial. How do you have the chat history? Aren't you passing the text field message in the prompt?

bedirhano.
Автор

It would be great to get the code snippet for the custom function (or the prompt) so we don't have to watch the video and re-type it.

sdschroeder
Автор

Thanks for this video I’ve been waiting for the 2nd part.🎉🎉

broadwall
Автор

Please add the image option to upload the image and ask question from gpt4o

amazingvideos
Автор

I'm using a component to store my gpt chat messages and cannot access Page State variables from the component level, even though the component is nested under the chat_ai_page where I defined the Page State variables that you created around 7:00

I love FF but it's been an absolute disaster trying to create a functional gpt bot. The premade flows are different that these tutorial videos, the API setup is confusing, the bot can't handle UTC encoding even those I pass UTC-8 encoding in the content header of the API call, and due to the problem above, I can't get the bot to remember the chat history.

Ya'll should look at Poe AI to see how they handle bot creation. The FF UI should look a lot more like Poe's to enable rapid development of chat bots. Honestly, I'd rather just build this bot in python - it seems easier that way.

mcolemanxc
Автор

This is great, what the best use of this chat? is the audio possible to not type just ask questions?

walinaimi
Автор

where did the "prompt" came from at 15:38? didn't we set it as a variable "messages" in the part 1? can someone please help!

vishalkumar-yiuw
Автор

Hey team flutter flow can you make a complete video on eCommerce application with Admin panel this is very useful for everyone who use flutter flow specially for beginners 😉

WoWHimanshu
Автор

where are you getting this prompt mine shows up as messages i followed everything from the video

Jonnypenthouse
Автор

I wish I could do dis😭😭

But am having trouble paying for the API credits in my country 😭

David_tommy
Автор

Can you please create a video on how to create a paywall (in-app purchases) wherein premium content or features are accessible only to paid users. Couldn’t find any good tutorial on it.

Anon-eusg
Автор

very confusing when you don't show parts such as the component icon for the assistant in ChatBubbles component

DigitalDivotGolf
Автор

Help, please!!!! At minute 15:30, when you set the variable in the API Call, it adds a field that is the “prompt”. I don't know where this variable comes from. The only variable that appears to me is “message”. Can someone help me?

NoCodeWorker