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-zt7ev3 күн бұрын
I would love to have that discussion. Do you want to connect with me on LinkedIn? www.linkedin.com/in/aaron-dunn-cfa-7942b144/
@DanielWeikert17 күн бұрын
Did you achieve to do multiple function calling in one api request? I only manage one function call per request. Thx
@ablaoemmanuel882717 күн бұрын
hello, i have a question, how can i use both email & password and google sign in with a single account
@MatheusSantos-yg2zf18 күн бұрын
Very good video, how do I add it to a ready made code?
@SHREYASSKRISHNASA24 күн бұрын
Thank you for this informative video
@manethninduwara194024 күн бұрын
Very useful
@nidleeka25 күн бұрын
Could you use this with Firestone hosting as well? And eg. $firsetore deploy
@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Ай бұрын
how to integrate this on a website?
@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Ай бұрын
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Ай бұрын
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Ай бұрын
Yo can anyone tell me how to get api placeholder url or what thai is
@bradthomas6509Ай бұрын
Thank you Aaron! New to Flask and this was a great starting point for a beginner!
@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Ай бұрын
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Ай бұрын
can i analyze the video in my local machine using API
@worldbrightmoviesempire5833Ай бұрын
Great tutorial
@abhishekdubey81152 ай бұрын
your content is so well delivered thank you so much
@aarondunn-zt7evАй бұрын
Thank you. I appreciate it!
@MD.MILON.MIAH_2 ай бұрын
Fantastic Content
@JSambrook2 ай бұрын
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-zt7ev2 ай бұрын
Thank you. I really appreciate your comment! Let me know if there is any specific content that you would like to see.
@JSambrook2 ай бұрын
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.
@NareenThiran2 ай бұрын
google login not working why is it ?
@parmeet7813Күн бұрын
Same did you find any solution for this ?
@NareenThiran2 сағат бұрын
@parmeet7813 nope
@vijaynadkarni2 ай бұрын
Great video, explanation and sample code. I learnt how to use OpenAI's TTS API very readily. 👍
@vijaynadkarni2 ай бұрын
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.
@larifond2 ай бұрын
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.
@ishaankelkar39082 ай бұрын
I believe it knows French it just needs to have inputs in French
@VivekSalveru2 ай бұрын
google login not working why is it ?
@VivekSalveru2 ай бұрын
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Күн бұрын
Same, did you find any solution for this >
@VivekSalveruКүн бұрын
@@parmeet7813 yes
@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
@abayomijoshua75292 ай бұрын
Nice great and wonderful
@dommikador65243 ай бұрын
Super easy to grasp..
@jonathancooper70683 ай бұрын
Good description and summary of agents. Quick and to the point.
@jeffreyz21963 ай бұрын
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.
@pedromsb68303 ай бұрын
No longer up?
@ultraetf3 ай бұрын
Great video! Do you mind sharing the source code used? Thanks.
@GrahamFMcElearney3 ай бұрын
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!
@lenonfernandes85843 ай бұрын
I really enjoy the way you teach and explain things!
@lenonfernandes85843 ай бұрын
Can you teach how to do the same with Gemini?
@abdullahmahir84783 ай бұрын
error : No module named 'google' but i downloaded all the requirements. can i know the reason?
@abdullahmahir84783 ай бұрын
bro, u nailed it. for past 3 days i'm trying to build a chatbot for myself. Finally i saw this video ❤🔥
@TheMisiekMisiek3 ай бұрын
great.
@Eric-qz5hz4 ай бұрын
WOW great video thanks alot!
@Calvinshukla4 ай бұрын
how am i suppose to access the history?
@Otaku_CAK2 ай бұрын
You don't
@vietdihoc4 ай бұрын
How many requests can you make for each key?
@harshrana30123 ай бұрын
1500 request as of now
@rryann0883 ай бұрын
@@harshrana3012 so its free to use and i can get another key if i exceed 1500?
@poojasundar21154 ай бұрын
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?
@iamtitanboi2 ай бұрын
idk about pdf input but for UI you have to learn front-end development separately.
@vietdihoc4 ай бұрын
huh... Where is the "Whisper-V2" version on your thumbnail screen?
@aarondunn-zt7ev4 ай бұрын
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.
@vietdihoc4 ай бұрын
@@aarondunn-zt7ev thank you for answer
@LanningRon4 ай бұрын
Great tutorial! It was clear and easily reproducible. Thank you!
@aarondunn-zt7ev4 ай бұрын
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-dasa4 ай бұрын
Thank you sir you helped me a lot!
@aarondunn-zt7ev4 ай бұрын
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_Paul4 ай бұрын
Thankyou so much for this video. Please do make more. Really simple and applicable.
@Its_Alan_Paul4 ай бұрын
Is there something wrong wit Audio ?
@Its_Alan_Paul4 ай бұрын
Nah that was my Laptop.
@siggebjornsson4 ай бұрын
don't you have to hide the keys in the config file?