Тёмный

Build your first AI Chat Bot App using Flutter & ChatGPT 

Codepur
Подписаться 142 тыс.
Просмотров 97 тыс.
50% 1

A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.
#chatgpt #flutter #aichatbot
🚨 IMPORTANT:
Source Code - github.com/iam...
💼 Business Inquiries: hellocodepur@gmail.com
🌎 Find Me Here:
Discord Server - / discord
Instagram - / codepur_ka_superhero
Twitter: / imthepk
Medium - / imthepk
My portfolio - pawan.live
Support this channel either by donating -
/ mtechviral
or joining any channel membership
or by subscribing at codepur.dev
To support me.
Subscribe to my channel: goo.gl/BlFui4
Based on your request, here are all the products I use on daily basis. Buy from my link and make me rich.
My Laptop (Macbook Pro 1TB) - amzn.to/33nL3Pa
My Camera (Sony Alpha) - amzn.to/2FrqR6T
My Phone (iPhone) - amzn.to/35xJm49
My Monitor 1 (Dell) - amzn.to/2ZD43rQ
My Monitor 2(Lenovo) - amzn.to/3mnbAVt
Bluetooth Earphones - amzn.to/3bTUeui
My Studio Lights - amzn.to/3mmiyd5
My Router - amzn.to/3kc9PZa
My PC Configs:
Processor - amzn.to/3io6G89
Motherboard - amzn.to/33tXlp9
Ram (32gb) - amzn.to/33tc7w7
Graphic Card - amzn.to/32q6DTC
Power supply - amzn.to/2FvQiEa
SSD - amzn.to/3hx4E4i
PC Case - amzn.to/2E3jTo4
RGB Fans - amzn.to/2FyEr8a
Accessories:
My Keyboard (Logitech) - amzn.to/3hpuasl
My Mouse (MXMaster 3) - amzn.to/2H1PTtX
My Microphone (Yeti) - amzn.to/3mcUgCi
My Speaker (Bose) - amzn.to/2FvOJWO
My Chair (Amazon) - amzn.to/33rNwIk
My Gimbal (DJI) - amzn.to/3bTQuce
My Tripod (Amazon) - amzn.to/2ZxTeHk
USB-C Hub - amzn.to/32pzK9N
RBG light strips - amzn.to/2RmJ3ki
Capture Card - amzn.to/2ZChc4p
HDMI Cables - amzn.to/2DWCRfR
Laptop Stand - amzn.to/3bXSz6V
Green Backdrop - amzn.to/3mfjYGx
LIKE | SHARE | SUBSCRIBE FOR MORE VIDEOS LIKE THIS

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

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 221   
@HelloCodepur
@HelloCodepur Год назад
Did you miss me? 😅 I am back, Please don’t forget to Like and Subscribe ❤
@bhaiyaG-f2t
@bhaiyaG-f2t Год назад
ye bro you are one of the great teacher i have ever scene in youtube love from pakistan
@delarrampoudel4561
@delarrampoudel4561 Год назад
please more about chatgpt using flutter
@realislam8153
@realislam8153 Год назад
Hello, I pull the code and run that. The issue is when I'm typing the question 1st time, the bot is replying fine. But if I type 2nd question, the bot is giving me answer 2 times same way 3rd question and it answering 3 times and so on. please help me
@lalanpando2907
@lalanpando2907 Год назад
@@realislam8153 are you solved your problem?
@saprahasindustries3612
@saprahasindustries3612 Год назад
Sir the code getting error in pubspec.yaml. Assets: -.env
@Syedsaadivlogs
@Syedsaadivlogs Год назад
Can you make a video on how to make admin panel for any app? Like if want add , delete, update?and Backend as well in flutter
@naeem496
@naeem496 Год назад
in hindi
@rnp0728
@rnp0728 Год назад
This one is awesome... Also I get to know about the shortcuts to give padding and other essentials. Thanks a lot
@AvinashKumar-bt1fh
@AvinashKumar-bt1fh 9 месяцев назад
00:00 Integrating Chat GPT with Flutter 02:48 Creating a text field and button in a row using Velocity X package 05:53 Creating a chat message list with a flexible container and safe area widget 09:02 Implementing a chat message with sender and text 11:52 Using Chat GPT with API key and subscription 14:37 Fix UI and add typing indicator for chatbot 17:18 Improved UI design and added typing indicator 20:08 Creating a chat GPT application with an AI bot
@ankushpaul7913
@ankushpaul7913 Год назад
Our superhero is back with a dhamaka dhar video😍🔥❤️
@swapnilcodes
@swapnilcodes Год назад
Superhero is back...😍❤️
@listyoadi5707
@listyoadi5707 Год назад
Thanks for tutorial sir, but i have suggestion for u. Can u just write code without use zoom in - zoom out in video? It's make me confused.
@abhangmane1
@abhangmane1 Год назад
the .builder and kTranslateModelV3 is not working help
@willyjean9137
@willyjean9137 Год назад
Thank you for the video. My questions is "How do i get it to remember the conversation? It seems like it handles every questions separately.
@emmanuel.c8834
@emmanuel.c8834 Год назад
you'll have to create a list that appends all messages from the user and bot and then pass that into the API each time. The gpt-3.5-turbo model is optimised for this but the API call code is different.
@sahilkachhap
@sahilkachhap Год назад
Codepur ka superhero is back 🔥🔥🔥
@mehmetutkumese
@mehmetutkumese Год назад
'No file or variants found for asset: .env.' I'm getting an error, how can I fix it?
@vivekjadhav2092
@vivekjadhav2092 10 месяцев назад
Have you fixed it...?
@ashiqulkarimchowdhury8668
@ashiqulkarimchowdhury8668 Год назад
Please Make Video On aFull Stack Flutter with Nodejs.
@FlutterKids
@FlutterKids Год назад
For some reason when I import the chat_gpt_sdk it gives me this notice: Unused import: 'package:chat_gpt_sdk/chat_gpt_sdk.dart'. Try removing the import directive. When I call ChatGPT it gives me this error: Undefined class 'ChatGPT'. Try changing the name to the name of an existing class, or creating a class with the name 'ChatGPT'. I have already run "flutter pub get" and I copied the dependency link from the source code included in the description. Any help is appreciated! Thanks in advance!
@mdlukman4340
@mdlukman4340 Год назад
same problem bro
@alphasnake5510
@alphasnake5510 Год назад
Because the class names has been updated, means It's not anymore called "ChatGPT", It is OpenAi
@FlutterKids
@FlutterKids Год назад
@@alphasnake5510 Thank you!
@snowman48642
@snowman48642 Год назад
@@alphasnake5510 should we replace the class names ChatGPT with OpenAi ?
@alphasnake5510
@alphasnake5510 Год назад
@@snowman48642 💯 Exactly
@prashantmishrs46
@prashantmishrs46 Год назад
great comeback.....🔥🔥
@keepgoingup9562
@keepgoingup9562 Год назад
plz telll which extension are u using in your vs Code?
@Developersbe
@Developersbe Год назад
Hi, may I know why I'm trying import the ChatGpt Class ( 11:41 ), but it show error. I try manual import the library, but still cannot find the class?
@MOFYILD
@MOFYILD Год назад
are you solved?
@Developersbe
@Developersbe Год назад
@@MOFYILD Yes, I'm already solve, you may just try look forward to Source Code that Codepur shared, follow the latest code. This will error due to we are using latest package, but the code format are old. If you follow the Source code still get error, maybe you can try change the version in Pub get to old version then the error will be solved.
@MOFYILD
@MOFYILD Год назад
@@Developersbe thanks
@HKSWAG_99
@HKSWAG_99 Год назад
After So Many Day's 🔥🔥
@TheMarComplex
@TheMarComplex Год назад
Thank you so much! Just in time!
@alanodenhnor8699
@alanodenhnor8699 Год назад
Hi sir, can you make a video on how to develop an enrollment mobile application using flutter?
@artem-ai
@artem-ai Год назад
Hello. I can not import ChatGPT library(( What can I do?
@naseerjamal1934
@naseerjamal1934 Год назад
Great work. Helped a lot.
@martinrother1750
@martinrother1750 Год назад
wonderful tutorial 👏, could you show in a video how to integrate Voice integration in this flutter Chat bot?
@fahadkhan-hf6ec
@fahadkhan-hf6ec Год назад
The latest and cool thing to learn superb 😍😍
@sammyjokes9613
@sammyjokes9613 Год назад
Sweet one ma man
@swatiyadav7728
@swatiyadav7728 Год назад
loved it💫
@anujsinghrawat4545
@anujsinghrawat4545 Год назад
please share your vs code extension details . your looks so cool!
@shubhragupta3900
@shubhragupta3900 11 месяцев назад
facing a error in initializing chatgpt? chatgpt .showing the error to create a class
@ti8anACE
@ti8anACE Год назад
getting this error (help me, the openAI web is showing that ChatGPT api is gonna release soon, so is it that the api is unavailable now?) -------------------------The error is------------------- The following TypeErrorImpl was thrown while handling a gesture: Unexpected null value. When the exception was thrown, this was the stack: C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 266:49 throw_ C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 528:63 nullCheck packages/chatapp_gpt/ChatScreen.dart 65:12 [_sendMessage] packages/chatapp_gpt/ChatScreen.dart 117:3 packages/flutter/src/materia.......
@OnlyVocals-Nomusic
@OnlyVocals-Nomusic Год назад
nice tutorial, i wanna know how our app will response according to past conversation like chatgpt?
@nahomberhe9640
@nahomberhe9640 Год назад
Thank you 🙏🏾🔥
@lidorcohen3113
@lidorcohen3113 Год назад
Thanks for the tutorial ! what is the extension you use to get that tree/outline look in your code while using flutter?
@gktechies.k
@gktechies.k 7 месяцев назад
yup, same question here. I don't see any answer for this. Is this answered somewhere else? 🤔
@dineshkumarkhileri947
@dineshkumarkhileri947 Год назад
screen ko fix rakho bar bar zoom mat karo iss se distrub hote ha sir
@nidhibhatt9028
@nidhibhatt9028 Год назад
CompleteReq and model is giving error please solve it at the earliest Please tell in the comments what to do
@mandeepsaini3956
@mandeepsaini3956 Год назад
Very informative video sir
@sanskarmasurkar807
@sanskarmasurkar807 Год назад
.env file is missing
@pourushsachdeva6692
@pourushsachdeva6692 Год назад
hi Can u tell me what is max tokens in api calling and how increasing or decreasing it will affect the app.....is it linked to the number of max words chatgpt can reply with?
@ujjvaljoshi
@ujjvaljoshi 2 месяца назад
can you share the extensions which are responsible of this good VS Code Theme and UI And Fonts too
@subhadipmahatabca0354
@subhadipmahatabca0354 Год назад
Hats off💖
@furkanc.3137
@furkanc.3137 Год назад
Amazing!
@codewithkeys
@codewithkeys Год назад
I think you miss something in middle of the video you skip a part !
@lexa4942
@lexa4942 Год назад
Running "flutter pub get" in chatgpt... The current Dart SDK version is 2.16.2. Because chatgpt depends on velocity_x >=3.6.0 which requires SDK version >=2.17.0 =3.6.0 which requires SDK version >=2.17.0
@psionicgeek
@psionicgeek Год назад
run ``flutter upgrade`` in terminal
@swapnilcodes
@swapnilcodes Год назад
Zoom effect...🎉✨
@nelsonmandela7382
@nelsonmandela7382 Год назад
assets .env is not found bro , givinf errors please tell what to do
@edukko00
@edukko00 Год назад
Awesome!Bit please increase the fonts of your code in this tutorial and subsequent ones
@2bitachintya193
@2bitachintya193 Год назад
4:34 sir extension name (autofill)
@sabeehaisrar8385
@sabeehaisrar8385 Год назад
Great playlist sir kindly make playlist on ARCORE in flutter
@LewaaShaaban
@LewaaShaaban Год назад
After i copied your code from git, i had some errors concerning the functions in chatscreen.dar for example close() and genImgClose() .... (the method closed() issn't defined for the type OPENAI , any help ?
@spyvebdeveloper5560
@spyvebdeveloper5560 Год назад
Why its not working in android device? Is there any configuration needs to be done?
@letmeflutter6644
@letmeflutter6644 Год назад
Thank you❤️
@insomuch
@insomuch Год назад
Hi Pavan, your recent "DallE2 added" commit doesnt recognise the API call, it says API key not provided even though it is added. Can you please verify?
@HelloCodepur
@HelloCodepur Год назад
i will take a look
@NuubadGamer
@NuubadGamer Год назад
did you find any solution for this??
@venkylucky6991
@venkylucky6991 Год назад
@@HelloCodepur any solution
@CGI_VFX-Faisal
@CGI_VFX-Faisal 2 месяца назад
Are bhai 😁😁
@NatachaW-d8i
@NatachaW-d8i Год назад
too much zoom in out
@MindCrawler
@MindCrawler Год назад
hey I am facing problem with the chat_gpt sdk anyone have facing similar problem?
@random_akki
@random_akki Год назад
Hey which AI are using for auto completion of code?
@thibauteka4046
@thibauteka4046 Год назад
Thanks so much for the tutorial. It seems like chat bot can not provide a long text, like 500 words text.
@MrxAli
@MrxAli Год назад
Sir, can you please make a complete tutorial for mx player or similar video player with Full control of zoom and other, I looked in hole RU-vid and Git but couldn't find. You are my last hope. Waiting for your response 💗
@manoharacharyasakec
@manoharacharyasakec Год назад
which VS code theme are you using
@salmanahmad4295
@salmanahmad4295 Год назад
Because xpense_app depends on chat_gpt_sdk from git which requires SDK version >=2.19.3
@jonathanotiakori7470
@jonathanotiakori7470 5 месяцев назад
this is great
@alanparekh9614
@alanparekh9614 Год назад
Great video. I have an app I need coded, the app is basically this with a minor change. Are your skills for hire?
@Kelvin.r
@Kelvin.r Год назад
Hello, do you know how to program that ChatGPT only answers 5 questions per day and that it is restored in 24 hours?
@farrukhjaved8258
@farrukhjaved8258 Год назад
Which fonts and theme you use? i want just like that
@behindyoursmile
@behindyoursmile 11 месяцев назад
This is my error in my project about env, can anyone else help me, pls. No file or variants found for asset: .env.
@manishprajapati1058
@manishprajapati1058 Год назад
cant import dependency it is not working
@iamhammadnasir
@iamhammadnasir Год назад
Hey! Just wanted to know if this is based on ChatGPT or GPT-3?
@HelloCodepur
@HelloCodepur Год назад
ChatGPT 3
@codewithprajith
@codewithprajith 6 месяцев назад
In 11:43 when I try to import chat_gpt_sdk in the ChatGPT? api;. I couldn't able to get the import option or else even I manually imported the chat_gpt_sdk. Still it didn't fix.
@user-fz6se6jx8x
@user-fz6se6jx8x 3 месяца назад
did you find the solution?
@_yado
@_yado Год назад
What is the name of your visual studio code background theme ?
@giatechindo
@giatechindo Год назад
does it have to be expensive to use the open ai api key? Thank You
@jaspinderkaurbahara9655
@jaspinderkaurbahara9655 Год назад
Request Error [status code : 429] coming again and again , when i type and send something
@SatyamMishra12295
@SatyamMishra12295 Год назад
i think free user can't access this.
@realislam8153
@realislam8153 Год назад
Please hel,I pull the code and run that. The issue is when I'm typing the question 1st time, the bot is replying fine. But if I type 2nd question, the bot is giving me answer 2 times same way 3rd question and it answering 3 times and so on.
@gurjindersingh9020
@gurjindersingh9020 11 месяцев назад
Hi bro got same thing pls tell me if you got solution to the problem
@aashishranjansingh4124
@aashishranjansingh4124 Год назад
I am getting this error when making the function call - Data: {error: {message: You exceeded your current quota, please check your plan and billing details., type: insufficient_quota, param: null, code: null}} Note:- I have generated API key from a new account and have not made a single query from it. Edit:- I found the solution of this error. It happened because I had 2 accounts registered on openai with the same phone number and was using the 2nd one. You have the $15 free credit only on the first account from a number. I used the 1st account and everything worked well.
@dramaticsports
@dramaticsports Год назад
did you find a solution?
@aashishranjansingh4124
@aashishranjansingh4124 Год назад
@@dramaticsports Not yet bro. Are you facing the same problem?
@aashishranjansingh4124
@aashishranjansingh4124 Год назад
@@dramaticsports got the solution bro
@parthsonkusre2487
@parthsonkusre2487 Год назад
@@aashishranjansingh4124 please share...
@Life_ofRam
@Life_ofRam Год назад
@@aashishranjansingh4124 can you please let us know how you fixed it. Am also facing the same issue
@mannkyada6032
@mannkyada6032 Год назад
Release apk not work chat gpt api ?
@Mr_Melex
@Mr_Melex Год назад
Chat Gpt does not work in my country can l still follow the tutorial and make the app
@raitech8338
@raitech8338 Год назад
I want to publish the app with same feature. Soo what I have to change
@MemesBook.2024
@MemesBook.2024 10 месяцев назад
bro add option to provide photos
@Narendra8450
@Narendra8450 Год назад
What is own api tokan And where we find it?
@it6bhuthimanshu964
@it6bhuthimanshu964 Год назад
Iconbutton error a Rahi hain
@JamalKhan-jm7tj
@JamalKhan-jm7tj 11 месяцев назад
When I put the cursor on chatgpt it show me create the class the package not insert how to solve this problem
@user-fz6se6jx8x
@user-fz6se6jx8x 3 месяца назад
did you find the solution?
@SatyamMishra12295
@SatyamMishra12295 Год назад
bro what to use instead of ktranlatemodelv3 as its not working??
@user-is5qm7qm5l
@user-is5qm7qm5l Год назад
Chat gpt don't run with me what reason please helps me
@zalekbloom
@zalekbloom Год назад
What is what you wrote:Container(...).p16(); what is .p16() ?
@HelloCodepur
@HelloCodepur Год назад
it’s an extension of VelocityX to give padding of 16 from all sides
@swapnilkamble2882
@swapnilkamble2882 Год назад
how to create custom model ?? can we create and train using flutter??
@erickgutierrez6471
@erickgutierrez6471 Год назад
What are the specs of your macbook?
@nahyojinee
@nahyojinee Год назад
thank you
@zharish7319
@zharish7319 Год назад
Sir can you make a Video how to create it using java
@user-hi5qp6wx8l
@user-hi5qp6wx8l Год назад
.env file doesn't exist
@WeybreAd
@WeybreAd Год назад
Thank for Source code i subscribe your channwl
@mageshk1849
@mageshk1849 Год назад
it shows this error @codepur == Exception caught by widgets library== The following _CastError was thrown building Builder: Null check operator used on a null value
@vaibhavreddy3419
@vaibhavreddy3419 Год назад
Same, did u solve it?
@arihanttonage7436
@arihanttonage7436 Год назад
i generated a release mode apk for this project and tried it, its not returning any response from chatgpt api. What could be the reason?
@siddhanttambatkar1398
@siddhanttambatkar1398 Год назад
Did you get the solution?
@jadenmenezes8250
@jadenmenezes8250 11 месяцев назад
it says The asset file '.env' doesn't exist.
@JAY-bq4kw
@JAY-bq4kw Год назад
The method 'onCompleteText' isn't defined for the type 'OpenAI' any solution plsss
@omeryusufsorhun2393
@omeryusufsorhun2393 Год назад
yes please help
@capscup..7696
@capscup..7696 Год назад
Your voice ❤
@rutvikpatel7842
@rutvikpatel7842 Год назад
When I write first message, the bot can't reply, but if I write second message it replies twice and further I write third mesage it replies three times, can anyone fix this bug.
@umeshchauhan3877
@umeshchauhan3877 Год назад
Yes issue yaar
@babatundeOnitolo
@babatundeOnitolo Год назад
How will generate my own api token?
@lurvin2528
@lurvin2528 11 месяцев назад
Can i add this chatbot in any app?
@Sheikh_Sakibul_Islam
@Sheikh_Sakibul_Islam Год назад
Bro please share your vs code extension details!!!!!!!!!!!!!!!
@arihanttonage7436
@arihanttonage7436 Год назад
which vsc theme is that?
@umairabbasi1395
@umairabbasi1395 Год назад
i am facing this issue... Error detected in pubspec.yaml: No file or variants found for asset: .env.
@tikytok2443
@tikytok2443 Год назад
you just have to create an .env file and app 'APP_KEY' in it
@Mahajneh
@Mahajneh Год назад
APP_KEY = 'add your key'
@chinmayhegde8124
@chinmayhegde8124 9 месяцев назад
@@Mahajneh do we need to create env folder. and what to store in it
@Mahajneh
@Mahajneh 9 месяцев назад
just add the file dotenv.env at the root then add inside the variable APP_KEY = 'your key'
@chinmayhegde8124
@chinmayhegde8124 9 месяцев назад
@@Mahajneh is dotenv.env should be empty
@flutterdeveloper7032
@flutterdeveloper7032 Год назад
I am receiving this error " have Error [401] => Data: {error: {message: You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) "
@HelloCodepur
@HelloCodepur Год назад
That shouldn’t happen. I will take a look
@flutterdeveloper7032
@flutterdeveloper7032 Год назад
@@HelloCodepur I am using android studio code and it got printed, by neglecting documentation and following your method I found solution. Thanks👍
@dhaivatrawal8895
@dhaivatrawal8895 Год назад
use this timeout and exception handler .onCompleteStream(request: request) .timeout(const Duration(seconds: 30)) .handleError((error) { print("Dhaivat rawal"); }).listen((response) { var d = response; Vx.log(response!.choices[0].text);
@sayedmuhammed2098
@sayedmuhammed2098 Год назад
​@@flutterdeveloper7032 I have same error how you solved that?
@venkylucky6991
@venkylucky6991 Год назад
@@flutterdeveloper7032 can you help me with the solution?
@cromuelbarut9859
@cromuelbarut9859 Год назад
nice
Далее
Build anything with v0 (3D games, interactive apps)
9:05
ГОЧА ПРО NISSAN 400Z
00:51
Просмотров 35 тыс.
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2,4 млн
How I'd Learn AI in 2024 (if I could start over)
17:55
Просмотров 979 тыс.
How to Create Custom GPT | OpenAI Tutorial
20:26
Просмотров 134 тыс.
Creating Jarvis powered by OpenAI and Python | ChatGPT
18:40
Build Anything With ChatGPT API, Here’s How
12:11
Просмотров 74 тыс.