Пікірлер
@davidb416x
@davidb416x 6 күн бұрын
Very clear and informative. Thanks!
@haidar5420
@haidar5420 11 күн бұрын
how do i end the chat with the ai in terminal?
@WilsonMar1
@WilsonMar1 11 күн бұрын
Thank you, Aaron. Let's talk about creating a community around this to add & test additional features such as AI, Auth via LinkedIn, Facebook accounts, etc.
@aarondunn-zt7ev
@aarondunn-zt7ev 3 күн бұрын
I would love to have that discussion. Do you want to connect with me on LinkedIn? www.linkedin.com/in/aaron-dunn-cfa-7942b144/
@DanielWeikert
@DanielWeikert 17 күн бұрын
Did you achieve to do multiple function calling in one api request? I only manage one function call per request. Thx
@ablaoemmanuel8827
@ablaoemmanuel8827 17 күн бұрын
hello, i have a question, how can i use both email & password and google sign in with a single account
@MatheusSantos-yg2zf
@MatheusSantos-yg2zf 18 күн бұрын
Very good video, how do I add it to a ready made code?
@SHREYASSKRISHNASA
@SHREYASSKRISHNASA 24 күн бұрын
Thank you for this informative video
@manethninduwara1940
@manethninduwara1940 24 күн бұрын
Very useful
@nidleeka
@nidleeka 25 күн бұрын
Could you use this with Firestone hosting as well? And eg. $firsetore deploy
@thevitalinfo8904
@thevitalinfo8904 Ай бұрын
Hi sir can u make a video on how to use gemini or chatgpt api to make different customisable bots that could even code or summarisea pdf file
@filzaahsan6409
@filzaahsan6409 Ай бұрын
how to integrate this on a website?
@vishal_info118
@vishal_info118 Ай бұрын
Hello sir, when i run this code to create a audio file that doesn't work but there is no error in coding how to fix it
@actasifitisimpossibletofail
@actasifitisimpossibletofail Ай бұрын
Thanks! This is very refreshing to see a professional talking about just business/topic in a concise and clear manner. No drama, no clickbaits, just useful and actionable content. I really appreciate this.
@uttakarshtikku3617
@uttakarshtikku3617 Ай бұрын
Hi, have you practically implemented the mathematical analysis usecase? I've seen lots of issues with the reliability of genai with handling numbers. Have you faced something similar? Keen to learn more about your experience. Thanks!
@NikhilBajaj-qs2he
@NikhilBajaj-qs2he Ай бұрын
Yo can anyone tell me how to get api placeholder url or what thai is
@bradthomas6509
@bradthomas6509 Ай бұрын
Thank you Aaron! New to Flask and this was a great starting point for a beginner!
@brainfulness2189
@brainfulness2189 Ай бұрын
Hi aaron, please contnue the video on how to set it out the chat bot on web site. Also please using additional the pdf file or csv file to add as for additional knowlwdge about say the list of book that say , you want to sell ..hoe to set it out?
@preciousbanigo
@preciousbanigo Ай бұрын
Hello 👋 Good evening. Can you please walk me through on who to do a project like this? I am just trying out python for fintech.
@meenakhanna2022
@meenakhanna2022 Ай бұрын
can i analyze the video in my local machine using API
@worldbrightmoviesempire5833
@worldbrightmoviesempire5833 Ай бұрын
Great tutorial
@abhishekdubey8115
@abhishekdubey8115 2 ай бұрын
your content is so well delivered thank you so much
@aarondunn-zt7ev
@aarondunn-zt7ev Ай бұрын
Thank you. I appreciate it!
@MD.MILON.MIAH_
@MD.MILON.MIAH_ 2 ай бұрын
Fantastic Content
@JSambrook
@JSambrook 2 ай бұрын
Hi Aaron - I have been an embedded software developer (medical devices) for decades. I want to say thank you for this tutorial. Really appreciate the pace and the content. Thanks for not wasting time on fluff. Following you now.
@aarondunn-zt7ev
@aarondunn-zt7ev 2 ай бұрын
Thank you. I really appreciate your comment! Let me know if there is any specific content that you would like to see.
@JSambrook
@JSambrook 2 ай бұрын
I am going to be looking into function calling from different LLMs. I have been playing around with the so-called "computer use" workflow from Anthropic. It's intriguing but also runs into rate limits quickly. I am most interested in practical applications of using function calling from LLMs with the hope of automating various repetitive tasks I find myself needing / wanting to do fairly often.
@NareenThiran
@NareenThiran 2 ай бұрын
google login not working why is it ?
@parmeet7813
@parmeet7813 Күн бұрын
Same did you find any solution for this ?
@NareenThiran
@NareenThiran 2 сағат бұрын
@parmeet7813 nope
@vijaynadkarni
@vijaynadkarni 2 ай бұрын
Great video, explanation and sample code. I learnt how to use OpenAI's TTS API very readily. 👍
@vijaynadkarni
@vijaynadkarni 2 ай бұрын
This is an excellent video that explains clearly how to use speech-to-text with the Whisper API. The code in Python is well-explained too.
@larifond
@larifond 2 ай бұрын
I am a French developer, and I would like to know, first, if it is possible to make the ChatBot speak in French and, secondly, if it is possible to get the remaining tokens. Otherwise, thank you very much, this video really helped me.
@ishaankelkar3908
@ishaankelkar3908 2 ай бұрын
I believe it knows French it just needs to have inputs in French
@VivekSalveru
@VivekSalveru 2 ай бұрын
google login not working why is it ?
@VivekSalveru
@VivekSalveru 2 ай бұрын
issue was solved login-auth.js line number 79 below add this debugging small block } catch (error) { console.error('Error during sign-in with Google:', error.message); // Optionally, display an error message in the UI if (errorMsgGoogleSignIn) { errorMsgGoogleSignIn.textContent = "An error occurred during Google sign-in. Please try again."; } } } if you inspect in chrome you will find something like login-auth.js:82 Error during sign-in with Google: Firebase: Error (auth/unauthorized-domain). solution :- just add your domin in Authorised domains -> add domain your local domain something like Add 127.0.0.1 as an authorized domain in the Firebase Console.
@parmeet7813
@parmeet7813 Күн бұрын
Same, did you find any solution for this >
@VivekSalveru
@VivekSalveru Күн бұрын
@@parmeet7813 yes
@VivekSalveru
@VivekSalveru Күн бұрын
@@parmeet7813 i did i forgot but its because your localhost address is not listed in firebase you added to add your local adress manually in it
@abayomijoshua7529
@abayomijoshua7529 2 ай бұрын
Nice great and wonderful
@dommikador6524
@dommikador6524 3 ай бұрын
Super easy to grasp..
@jonathancooper7068
@jonathancooper7068 3 ай бұрын
Good description and summary of agents. Quick and to the point.
@jeffreyz2196
@jeffreyz2196 3 ай бұрын
Thank you for the tutorial. On my computer, I have to change os.getenv() to os.environ.get() to make it work. I am not sure why.
@pedromsb6830
@pedromsb6830 3 ай бұрын
No longer up?
@ultraetf
@ultraetf 3 ай бұрын
Great video! Do you mind sharing the source code used? Thanks.
@GrahamFMcElearney
@GrahamFMcElearney 3 ай бұрын
Thanks Aaron this is ace. took me a few goes to figure out how to lpad my api key but figured it out - it's quite magical when you get it going! Thanks again!
@lenonfernandes8584
@lenonfernandes8584 3 ай бұрын
I really enjoy the way you teach and explain things!
@lenonfernandes8584
@lenonfernandes8584 3 ай бұрын
Can you teach how to do the same with Gemini?
@abdullahmahir8478
@abdullahmahir8478 3 ай бұрын
error : No module named 'google' but i downloaded all the requirements. can i know the reason?
@abdullahmahir8478
@abdullahmahir8478 3 ай бұрын
bro, u nailed it. for past 3 days i'm trying to build a chatbot for myself. Finally i saw this video ❤‍🔥
@TheMisiekMisiek
@TheMisiekMisiek 3 ай бұрын
great.
@Eric-qz5hz
@Eric-qz5hz 4 ай бұрын
WOW great video thanks alot!
@Calvinshukla
@Calvinshukla 4 ай бұрын
how am i suppose to access the history?
@Otaku_CAK
@Otaku_CAK 2 ай бұрын
You don't
@vietdihoc
@vietdihoc 4 ай бұрын
How many requests can you make for each key?
@harshrana3012
@harshrana3012 3 ай бұрын
1500 request as of now
@rryann088
@rryann088 3 ай бұрын
@@harshrana3012 so its free to use and i can get another key if i exceed 1500?
@poojasundar2115
@poojasundar2115 4 ай бұрын
Actually, the pretty clear tutorial I've ever seen neat explanation, But I have a doubt What should we do when we prompted the model with pdf? can you make a video for that? and also integrated with UI design?
@iamtitanboi
@iamtitanboi 2 ай бұрын
idk about pdf input but for UI you have to learn front-end development separately.
@vietdihoc
@vietdihoc 4 ай бұрын
huh... Where is the "Whisper-V2" version on your thumbnail screen?
@aarondunn-zt7ev
@aarondunn-zt7ev 4 ай бұрын
V3 is the most recent version of the Whisper model, and that’s what we are using in this demo. When I specify the model name as ‘whisper-1’ in the API call, it refers to this latest version, V3.
@vietdihoc
@vietdihoc 4 ай бұрын
@@aarondunn-zt7ev thank you for answer
@LanningRon
@LanningRon 4 ай бұрын
Great tutorial! It was clear and easily reproducible. Thank you!
@aarondunn-zt7ev
@aarondunn-zt7ev 4 ай бұрын
Thanks you for the comment! I’m glad the video was helpful. I plan to make more so let me know what you would like to see.
@ewg-dasa
@ewg-dasa 4 ай бұрын
Thank you sir you helped me a lot!
@aarondunn-zt7ev
@aarondunn-zt7ev 4 ай бұрын
Thanks for watching. Happy to help! Let me know if there are any specific topics you would like to see covered in future videos.
@Its_Alan_Paul
@Its_Alan_Paul 4 ай бұрын
Thankyou so much for this video. Please do make more. Really simple and applicable.
@Its_Alan_Paul
@Its_Alan_Paul 4 ай бұрын
Is there something wrong wit Audio ?
@Its_Alan_Paul
@Its_Alan_Paul 4 ай бұрын
Nah that was my Laptop.
@siggebjornsson
@siggebjornsson 4 ай бұрын
don't you have to hide the keys in the config file?