Create a ChatGPT & Bing Powered Voice Assistant with Python

  Рет қаралды 89,557

Ai Austin

Ai Austin

Жыл бұрын

Using the ChatGPT-3.5-Turbo API, OpenAI Whisper, AWS Polly and EdgeGPT (reverse engineered, open sourced bing API) I show you how to create 100% voice interactive personal assistant. This voice assistant can prompt Bing AI AND ChatGPT. Follow a long as I walk you through exactly how I made the program, step by step.
Comment below with features you would like to see added to the program.
Project Code: github.com/Ai-Austin/Bing-GPT...
VoiGPT: voigpt.com
Official Ai Austin Discord: / discord
Help me make more videos:
www.buymeacoffee.com/aiaustin
Subscribe for more educational content on AI, Python programming and business.
#ChatGPT #OpenAI #AIAssistant

Пікірлер: 400
@Ai_Austin
@Ai_Austin Жыл бұрын
Check out how I turn a Python program into a full stack web application with ChatGPT: kzbin.info/www/bejne/pmSceZaFdtuUq9U
@uranusop1898
@uranusop1898 Жыл бұрын
bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@uranusop1898
@uranusop1898 Жыл бұрын
​ @Ai Austin this is the new error please help sir Exception has occurred: TypeError Chatbot.__init__() got an unexpected keyword argument 'cookiePath' File "C:\Users\Acer\OneDrive\Desktop\BING_VOICE\main.py", line 7, in main bot = Chatbot(cookiePath='cookies.json') File "C:\Users\Acer\OneDrive\Desktop\BING_VOICE\main.py", line 18, in asyncio.run(main()) TypeError: Chatbot.__init__() got an unexpected keyword argument 'cookiePath'
@bannerleo1531
@bannerleo1531 Жыл бұрын
@@uranusop1898 mine too any solution?
@ya_226.
@ya_226. 5 ай бұрын
sir i think that becuz its in onedrive folder try changing paths to see if that helps@@bannerleo1531
@tothesun
@tothesun Жыл бұрын
Love that synthesized voice. He makes it sound like this code is a matter of life and death.
@madmanali
@madmanali Жыл бұрын
Amazing! Love that you added multiple prompts. Having played with it yet, but using the ability to choose the wake word. Could you then ask it to talk with a different voice and then train Chatgpt to anwser in a style/character “Jarvis” I love Chatgpt ability to add humour to its responds. This could be amazing if you had one that was asked to simulate a psychiatrist when wake with Barbara. Could then have a list of characters to choose from.
@vttklazer
@vttklazer Жыл бұрын
I have no idea how to code, I have never been able to code, but this actually makes this look doable even for a fool like me. Now granted I am a PC bench technician, so if you give me hardware that's not working, or a software issue I can probably figure it out, (I work 1st call to resolution issues). I want to integrate this kind of stuff into my work flow... So many ideas. Just not sure how to implement them. This is still really awesome and i hope you keep it up! :D
@Kalyndrel
@Kalyndrel Жыл бұрын
Great video, I enjoyed coding and adding my own touches on the last version of this. Looking forward to taking a look at this in detail.
@uranusop1898
@uranusop1898 Жыл бұрын
bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@jeffreycabang
@jeffreycabang 4 ай бұрын
Navigating through storytelling and experimenting with videos, and then there's VideoGPT. It's the kind of tool that subtly enhances the professional look of my content, making it more appealing.
@shanukumarsharma9264
@shanukumarsharma9264 Жыл бұрын
Subscribed...step by step detailed approach is really helpful.
@drayhancolak
@drayhancolak Жыл бұрын
this one was very helpfull.i created a small app for my wife to improve her English and used chatgtp as a teacher
@milesduheaume203
@milesduheaume203 Жыл бұрын
ChatGPT helped me, (a complete non-coder) to fix a small annoyance with this script. If, after your query, the "Service" returns a response ending in a "?" as in: "(...body of reply...). Would you like me to explain this topic in more detail?" etc, the script still considers the chat closed and returns to waiting for the trigger-word. I input the code to ChatGPT asking it to do a re-write with a modification that would keep the chat session going if the response ended with a "?" character, until the response did not end with a "?" character. It did the re-write and the code worked great first time!
@tothesun
@tothesun Жыл бұрын
Subscribed. Straight to the point, humorous and so useful. And best of all I don't have to look at some weirdo's face or hear his voice while he talks at me, heh.
@papiscogod4k548
@papiscogod4k548 Жыл бұрын
Amazing You are Now my Favorite KZbinr
@DihelsonMendonca
@DihelsonMendonca Жыл бұрын
⚠️ When I use Bing on my smartphone, there is a microphone already, and I talk and hear her voice, like a normal conversation. But congratulations for this nice work. I wish I could understand programming at least like this. ❤
@Ai_Austin
@Ai_Austin Жыл бұрын
True true. The point for a voice assistant is to not have to physically interact with the device to record voice prompts. Unfortunately still not possible in the Bing App.
@psytek1978
@psytek1978 Жыл бұрын
So in this case the difference is that I don't have to press the mic button in bing to input the prompt but it's a continue conversation?
@DihelsonMendonca
@DihelsonMendonca Жыл бұрын
@@psytek1978 Good question
@DihelsonMendonca
@DihelsonMendonca Жыл бұрын
@@psytek1978 I wish we had the microphone in ChatGpt when I access through a smartphone. Using a desktop, now we can at least hear it and choose the voices, which is great. Perhaps some people know how to use whisper to input through a microphone on ChatGpt.
@jericolandry9872
@jericolandry9872 Жыл бұрын
​@@DihelsonMendonca There's a browser extension for Chrome that I know of at least.
@losttapes1705
@losttapes1705 Жыл бұрын
Much faster and more responsive than the bard code, for some reason. Had to hack out the AWS and put the Mac system speak function in, also there was a rogue unconditional bot.close in the repo I cloned but all good. Great fun! Cheers!
@K.F-R
@K.F-R Жыл бұрын
This was very helpful. Thank you.
@hoanglongcao
@hoanglongcao Жыл бұрын
Thank you. I used the code and connected it to a humanoid robot. It was cool.
@superkidz.academy
@superkidz.academy 4 ай бұрын
can you please help me
@musicalbirds2928
@musicalbirds2928 Жыл бұрын
Great video. Thanks for sharing.
@Reality.Light.0
@Reality.Light.0 Жыл бұрын
Keep up the good work
@whitneydesignlabs8738
@whitneydesignlabs8738 Жыл бұрын
Very cool. Thanks for your efforts on this project.
@Ai_Austin
@Ai_Austin Жыл бұрын
Glad you liked it!
@zackwies1493
@zackwies1493 Жыл бұрын
You realized that AI Austin is all AI.
@Ai_Austin
@Ai_Austin Жыл бұрын
@@zackwies1493 lol i wish
@alexzepellin
@alexzepellin Жыл бұрын
"Hey there! Just stumbled upon this awesome video showcasing the OpenAI Assistant integration with AWS Polly. Really impressed with how it brings text-to-speech to life. By the way, is there a free alternative to AWS Polly? It would be great to explore cost-effective options. Also, if you have a video tutorial for this, I'd love to watch and learn more. Keep up the fantastic content!"
@newjx
@newjx Жыл бұрын
i just elevenlabs for the voice it looks great.. thanks for the video
@xx8031
@xx8031 11 ай бұрын
"Thumbs Up" Austin!
@RavenWT
@RavenWT Жыл бұрын
Amazing! Next is to give our assistant an real-time AI face like your avatar haha ! But not sure this kind of solution exists now. Thanks for thoses amazing tutorials ! :D
@sqribe
@sqribe Жыл бұрын
unreal engine, metahuman and live link i think this wouldn't be super hard, there's probably already a few tutorials for making Unreal Engine NPC's that can talk from text. Unreal Engine has python integration, so while i don't know exactly how to do it, i think it's pretty doable.
@uranusop1898
@uranusop1898 Жыл бұрын
bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@uranusop1898
@uranusop1898 Жыл бұрын
@@sqribe bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@sqribe
@sqribe Жыл бұрын
@@uranusop1898 I'm honestly not sure... there's no error messages?
@uranusop1898
@uranusop1898 Жыл бұрын
@@sqribe Noo. the terminal only showed that message
@DavidWyatt
@DavidWyatt Жыл бұрын
Can your ChatGPT assistant and your Bing AI assistant interact with each other? For instance, can you have ChatGPT query your Bing assistant for current data and then integrate that data into the task you've assigned to your ChatGPT assistant? This would truly unleash the power of both tools.
@jeremyjasona
@jeremyjasona Жыл бұрын
I may be naïve here, as I am definitely still just an amateur coder, but I think that could be accomplished by adding a couple pre-loaded prompts in the main loop that never print. You just have one wake word that would go through to Bing no matter what. You would ask your question, the answer would then come through but never print. Then the script would prompt GPT for you. It would say something to this effect.: "The next prompt I will give you is the response from a question that I just asked the Bing AI chatbot, followed by the question I asked to prompt that response. I need you to rewrite this response with your conversational flair and tone, but also add any common knowledge background information you deem fit for the topic. Feel free to throw in some whit and humor in the style of Jarvis from the Iron Man movies. Please do not add any information that you do not know as general common knowledge. Do not make up any false facts. Only add what is true, unless you are specifically being asked to do something creative in nature. Please check Bing AI's response for inaccuracies. Say only 'y' if you understand this. Please respond 'n' if you don't understand." Again, this would not print. You just want this to run. The script would quickly check to make sure it received a "y" back from GPT and then send a prompt to GPT combining the response that Bing AI sent back, along with the original question. The next response from GPT would then be the only response you have print after you ask your question. Keep in mind, you are now adding the lag of BOTH bots together. So it could take a hot second to get an answer out of this! Haha! Also, I added that Jarvis bit in there from a comment I saw earlier that someone else posted Lol
@uranusop1898
@uranusop1898 Жыл бұрын
bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@uranusop1898
@uranusop1898 Жыл бұрын
@@jeremyjasona bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@asmron-yu
@asmron-yu Жыл бұрын
I've lost it after 1:09 😂😂😂 Haha, this is gold!
@H.and.k
@H.and.k 6 ай бұрын
This Video is top tear 🎉
@pules3525
@pules3525 Жыл бұрын
Nice video
@ozzy1987mr
@ozzy1987mr Жыл бұрын
muy buen contenido... nuevo sub
@candiacristian
@candiacristian Жыл бұрын
Excellent, I have a question, how do you train the ia with your voice to recognize that’s you speaking?
@FriedBaconRPG
@FriedBaconRPG Жыл бұрын
holy crap, are you using the text-to-voice through AI and avatar animations through AI too?
@UstedEstaAqui
@UstedEstaAqui Жыл бұрын
ufff perfect
@MUKHTAR_THE_DREEMER
@MUKHTAR_THE_DREEMER Жыл бұрын
you the best
@rs4080
@rs4080 Жыл бұрын
Bravo.
@kamilnowak1168
@kamilnowak1168 Жыл бұрын
Awesome job, but please also create tutorial , how to prepare exe file from this python if someone want to run this aplication without installed python😊
@Ai_Austin
@Ai_Austin Жыл бұрын
Thats a great idea Kamil, thanks for watching 🙏😊
@kamilnowak1168
@kamilnowak1168 Жыл бұрын
I tried to use pyinstaller library and virtual environment because python weighs a bit but it didn't work. Maybe we can choose different option. I'm working on it. 😊
@mohri6781
@mohri6781 Жыл бұрын
Looks awsome, wanna give it a try to let it run later today, can it also play me music from youtube if i tell it to do so? If not, is it possible to add some of these alexa like funktions?
@FurredTungsten
@FurredTungsten Жыл бұрын
Hey! Austin your skills are really amazing and I am glad to have come across your video, your content is really great. I would like to know if there is a way to give the GPT API a personality when it replies, for example on the OpenAI API Playground you can have it reply in a snarky tone or make it believe it's a doctor. Would there be a way to implement this into your Assistant to give it a personality? Thank you
@Ai_Austin
@Ai_Austin Жыл бұрын
Yes. All you do is modify the system message that is currently set at "you are a helpful assistant." to anything you want. You can also use that to give it some relevant data if desired for context in your prompts. Absolutely something worth playing with to get it more personalized for your own use.
@iN0F
@iN0F 5 ай бұрын
thx 😘
@SweetSilvia
@SweetSilvia 11 ай бұрын
Hello, very nice and clear tutorial, easy to follow. However I seem to have a weird problem. I get to the point where I have to speak and then the code throws a bunch of errors about boto3 after that it says it is missing boto3 credentials and stops working.
@tomgob5236
@tomgob5236 Жыл бұрын
Great tutorial, Thanks. Its a bit laggy with the response I believe that's just my internet. And you missed the part with adding AWS credentials to path.
@elote-sg5wf
@elote-sg5wf Жыл бұрын
Would you mind saying a word or two on how to accomplish that? I'm dealing with that right now.
@arielvelazquez9824
@arielvelazquez9824 Жыл бұрын
@@elote-sg5wf Same bro, I need help. *EDIT* I finally make it work. First create your account on AWS. Click on the upper right corner (where should be your account's name) and click on security credentials. Then create an ACCESS KEY ID and a SECRET ACCESS KEY ID. After that I installed AWS CLI, then execute on the cmd the following comand: AWS configuration . Insert your API KEYS and set up the rest. Exit cmd and run again your python code. Now should be working.
@elote-sg5wf
@elote-sg5wf Жыл бұрын
@@arielvelazquez9824 Thanks for the info. Unfortunately my debit card isn't in dollars so I can't keep going.
@nicolasfreeman8948
@nicolasfreeman8948 Жыл бұрын
@@arielvelazquez9824 Hello can you help me on this please ? I'm not used to AWS at all and I don't understand much, I managed to make everything else work. I'm a little frustrated to be stuck on this stupid thing ^^
@liambyliam
@liambyliam Жыл бұрын
how did you do your talking avatar? is that your clone voice?
@Efoxative
@Efoxative Жыл бұрын
i am getting these errors Traceback (most recent call last): File "C:\Users\gamed\PycharmProjects\bing speech\main.py", line 4, in import whisper File "C:\Users\gamed\PycharmProjects\bing speech\venv\lib\site-packages\whisper.py", line 69, in libc = ctypes.CDLL(libc_name) File "C:\Users\gamed\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 364, in __init__ if '/' in name or '\\' in name: TypeError: argument of type 'NoneType' is not iterable
@spektara
@spektara Жыл бұрын
What is the TTS that you are using for creating your videos?
@jimmydelgado3615
@jimmydelgado3615 Жыл бұрын
Firstly, great video I’m new to all this and you really gave me a better insight on how it works. I saw a few people use chat gpt alongside Alexa as a personal assistant. Would it be possible to integrate this bing ai into Alexa? If so would you be able to make a video for that?
@Ai_Austin
@Ai_Austin Жыл бұрын
Absolutely will look into incorporating the Alexa API in future iterations of the voice assistant. Great idea 🙏
@jesskrikra
@jesskrikra Жыл бұрын
Comment for future! Would also love to see that
@santatraantoniorahalijaon5897
@santatraantoniorahalijaon5897 Жыл бұрын
I wonder if this method can be used for ios shortcut app
@thedynamicmc1508
@thedynamicmc1508 Жыл бұрын
Hey,the Python code is still giving me the unnecessary variables in the EdgeGPT python file,help please? I added the code block you added,but it isn't eliminating those
@RandomBoysXD
@RandomBoysXD Жыл бұрын
how come when i say ok bing i see this "Error transcribing audio: [WinError 2] The system cannot find the file specified"
@liyakathshaik6158
@liyakathshaik6158 Жыл бұрын
👍👍
@neatfastro
@neatfastro Жыл бұрын
what tools are you using for your voice?
@11MT01
@11MT01 9 ай бұрын
What tts/ai voice do you use for your KZbin videos
@PilotsPitstop
@PilotsPitstop 3 ай бұрын
i get to the part after u say gpt or bing and the terminal says listening, why wont it proccsess the question and answer it after the OK BING or OK GPT part?
@user-jk2oe7dz4b
@user-jk2oe7dz4b 10 ай бұрын
What program do you use to make this presentation with avatar interation?
@furiousdestiny5190
@furiousdestiny5190 Жыл бұрын
what else can i use instead of gpt 3 cause i dont wanna pay for the api
@spectreian5042
@spectreian5042 Жыл бұрын
i'm having problems with accurate speech recognition, how do i improve this?
@nimamoslemy2640
@nimamoslemy2640 Жыл бұрын
Hi, I had some issue with this code, here is my error: import whisper libc = ctypes.CDLL(libc_name) if '/' in name or '\\' in name:
@alper2608
@alper2608 9 ай бұрын
hi ı loved your project and try to make it . But when code starts and ask me bing or gpt . I select one of them after that ı am asking a quastion but it doesent answer me back
@tem10w
@tem10w Жыл бұрын
Great video !. I am trying reproduce it . i stumble upon some issues related the speach recognition module. i had to use pip instead brew. when i use pip it gives me another error related to pyaudio. I am on Macos M1. Your help would be appreciated.
@Ai_Austin
@Ai_Austin Жыл бұрын
Have you tried pip installing pyaudio? Its helpful to take the full error message paste it into ChatGPT, or even in comments. There’s many things that can be wrong but the error message probably has the answer for you.
@RupeshYadav-po2my
@RupeshYadav-po2my 10 ай бұрын
Hi @Austin. I am getting this error: from locale import getpreferredencoding as _getpreferredencoding ImportError: cannot import name 'getpreferredencoding' from 'locale'
@PHG_Team
@PHG_Team Жыл бұрын
u can create a video when u do how to install voice assistant?
@adrianoville6890
@adrianoville6890 Жыл бұрын
the pips of whisper are showing time error when i want to clone the github...
@Stitch3911
@Stitch3911 Жыл бұрын
Having issue with what seems like boto3, with invalid credentials :/
@mythburnr
@mythburnr 4 ай бұрын
Hey Austin, Iam encoiuntering with this error with BingGPT package: KeyError: 'conversationSignature' Pls tell me the solution for it
@-Ariel
@-Ariel Жыл бұрын
I'm getting this error after I say the prompt conversation_signature=conversation.struct["conversationSignature"], KeyError: 'conversationSignature'
@DevAmbience
@DevAmbience Жыл бұрын
hey please make a video on how to setup this project source code. please...
@Markus2022
@Markus2022 Жыл бұрын
Has anyone connected this to an avatar so we have a more Cortana experience instead of a Jarvis one? I would love to understand how to connect the virtual assistants response to a vtuber or some other kind of animated avatar. Anyone know how to do that?
@enricokosina972
@enricokosina972 Жыл бұрын
can you rebuild jarvis using this? so its working with a camera?
@HackerBanane
@HackerBanane Жыл бұрын
Why can't the cookies.json be found? I created it in the same folder in visual studio code
@LORDKALYPSO
@LORDKALYPSO Жыл бұрын
every time i put int the pip install command it gives me this error code Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. but I confirmed that I have python and pip by doing - - version for both any idea on what Im doing wrong?
@Ai_Austin
@Ai_Austin Жыл бұрын
Hard to tell without having your machine in front of me. Things I would try: 1. uninstall python and reinstall python 3.10 from the python site as an executable file 2. Make sure when installing to select “add to PATH” option. Windows can be kind of clunky to get started since it is not a unix operating system. Once you get Python install correctly that issue will go away.
@helloworld8515
@helloworld8515 Жыл бұрын
as normal programmer i will steal this and use it in my projects ╰(*°▽°*)╯
@smokingmirror8482
@smokingmirror8482 Жыл бұрын
İ can't install whisper because it says it might carry a vşrus. How can i download it?
@raunaksharma8638
@raunaksharma8638 Жыл бұрын
I have made it but bing is responding very slowly , @Ai Austin please help
@bobby5enpai
@bobby5enpai 10 ай бұрын
I wonder if you could do the same with bard api?
@lhit6795
@lhit6795 Жыл бұрын
Error transcribing audio: [WinError 2] The system cannot find the file specified
@sp4st1kx
@sp4st1kx Жыл бұрын
Yo! I was wondering if it would be possible for you to create a version of this using pyttsx3 instead of boto3, so that it is completely free. I'm a new programming student and I've tried to make the change myself, but I haven't quite mastered it yet. If it's not too much trouble, could you please help me with this? If you can't recreate it, perhaps you could tell me on how to do it? Thank you for your time, looking forward to your upcoming videos!
@Ai_Austin
@Ai_Austin Жыл бұрын
Take the whole script, prompt chatgpt “can you change this script to use pyttsx3 for tts instead of AWS Polly? Please explain the changes in detail so a beginner programmer can understand how. [paste script]” That will give you an updated script and an explanation so you can learn the concepts. The amount of code you’ll see change is less text than me and you just wrote in two comments!
@priyanshparikh1000
@priyanshparikh1000 Жыл бұрын
my chatbot takes too long to respond and sometimes it just throw unhandled exception is there any solution??
@primvladplays1181
@primvladplays1181 3 ай бұрын
I got to 2:44 but I keep getting the KeyError: 'conversationSignature'. Does anyone know the fix for this?
@OksusYT
@OksusYT Жыл бұрын
Hi, I have to say that it's a great video, but my question is how much will it cost to use the Open AI API? Is there a limit of £18 or is it free since Bing APi is used? please explain it to me, thank you
@M3dunkman
@M3dunkman Жыл бұрын
you still pay every time it runs query but
@therustler30
@therustler30 Жыл бұрын
"Unless we or someone else creates an API for BING We're confined to the piece of shit interface we all know and hate" lmfao subscribed
@danielabreux
@danielabreux Жыл бұрын
Hey Austin, I've followed through both your original video and this one and in both I've had the issue of my machine not being able to recognize my wake up word, it does not get past the initial prompt of asking me to repeat it. I've triple checked my code and even tested that my mic is working correctly which it is but yet no progress is made. The audio is saved to the wav file and it sounds very clear but regardless, the program does not recognize it and is stuck in the loop of re-prompting the user. Any help would be appreciated :(
@Ai_Austin
@Ai_Austin Жыл бұрын
Try using the base model instead of tiny with whisper. It’s very hard to tell without your code and machine in front of me based off the explanation. The code is working on a lot of other peoples system. It really can only be three things. The code, your software (OS, python dependencies, etc.) or your hardware. I know the code works if you have it the same as the github repo. Hundreds of people have got it running.
@20thwin
@20thwin Жыл бұрын
@@Ai_Austin I am having the same problem. The call word is not getting activated
@uranusop1898
@uranusop1898 Жыл бұрын
bro my code just shows me this output "PS C:\Users\Acer\OneDrive\Desktop\BING_VOICE> " after 3:35. Can you please help
@djbass5715
@djbass5715 Жыл бұрын
Hi I have this issue "error transcribing audio: [winerror2] cannot find the file, please can you help me to make this code work, I am using the windows 10 and python 3.9
@noon_395
@noon_395 Жыл бұрын
and restart IDE
@dharmendra_kumar_yadav
@dharmendra_kumar_yadav Жыл бұрын
Bro how can i set jarvis wake word please tell me
@pasukankhusus3164
@pasukankhusus3164 Жыл бұрын
But how can ChatGPT avoid getting disconnected and continue the previous conversation, without starting the conversation from the beginning?
@user-uk8go2ko2l
@user-uk8go2ko2l Жыл бұрын
whenever i execute the code and get to the "waiting for wake words" part i get: "Error transcribing audio: [WinError 2] The system cannot find the file specified", seems as though its an issue with recognising my voice or when i say a wake word but im not sure, any ideas?
@djangodoescomputer
@djangodoescomputer Жыл бұрын
im haviong the same problem
@mcjimna
@mcjimna Жыл бұрын
add cookies to the system path
@animefan49985
@animefan49985 Жыл бұрын
Please tell me how to get that talking character as my GUI
@crazybeliver02
@crazybeliver02 8 ай бұрын
Hey where can I find the dataset?
@stratusph34r
@stratusph34r Жыл бұрын
Hey Austin great video and implementation. Im having trouble though, I keep getting our exception "error transcribing audio: [winerror2] cannot find the file. It's in the same directory and pathed. I even directly linked it with my full file path. I tried changing whisper to google recognition and it 'works' but doesn't understand the wake word ever. I've asked chatgpt and get nowhere it just wants to switch whisper out too
@Ai_Austin
@Ai_Austin Жыл бұрын
Are you using a linux subsystem on Windows? Try using command prompt or powershell.
@stratusph34r
@stratusph34r Жыл бұрын
@@Ai_Austin I'm using vscode just like you but on windows. I'm sorry I'm a noob, I thought I was using a powershell in the terminal but idk
@djbass5715
@djbass5715 Жыл бұрын
@@Ai_Austin I have the same issue please can you help me to make this code work, I am using the windows 10 and python 3.9
@dev3797
@dev3797 Жыл бұрын
I am facing the same problem. Has your problem been solved??
@djbass5715
@djbass5715 Жыл бұрын
No not yet
@jorgeluishur91
@jorgeluishur91 Жыл бұрын
hi, so i have everything working, even i added a loop that i can keep talking with him or she or it idk, my question is, if i put this " else: response = openai.ChatCompletion.create( model="gpt-4", messages=[" and put my chatgpt4 api key on the config, i have chatgpt-4?? or is 3-5? because i feed it some prompts and is responding like gpt-4 and im seeing my usage closely and the cost seems that is gpt-4?? but is not a compatible completion model soo.. whats happening? lol
@jorgeluishur91
@jorgeluishur91 Жыл бұрын
i have access to gpt-4 api key just to be clear
@BlazeDevs
@BlazeDevs Жыл бұрын
Anyone know how to help with this issue: Im on windows and i open command prompt and run the command he says to use and the edge gpt github says to use i run it and it says that it has installed but when i open visual studio and use the first peice of code he says to copy and paste and then run it it says i dont hace and edge gpt module installed
@Ai_Austin
@Ai_Austin Жыл бұрын
Did you do “python3” in the install? It might be just “python” for your machine. Let me know if that helps. It could also be an issue if you are using the play button to run the script. Try using the command prompt or even powershell to run the code manually.
@Stellalla639
@Stellalla639 9 ай бұрын
Thanks for this video tutorial. Can someone help me with the codes on line 73 to 75, unfortunately it is blocked on the video. Thanks.
@Kshitiz457
@Kshitiz457 Жыл бұрын
1:49 I got problem 1, download in terminal but where look your terminal and normal terminal it is hard to understand bro
@USBEN.
@USBEN. Жыл бұрын
Good now i need to add a Borat voice and say 'VERY NAICE'
@Ai_Austin
@Ai_Austin Жыл бұрын
Facts.
@Kshitiz457
@Kshitiz457 Жыл бұрын
2:19 that from which website you copy that much code I havenot see I am confused from your video
@itsbenteller1
@itsbenteller1 Жыл бұрын
Im having issues with boto3 and connecting to aws. It compiles but issues sending requests.
@Ai_Austin
@Ai_Austin Жыл бұрын
You need to setup your free AWS API key, either in the code or if you want it to run without changing the code you need to setup the AWS API key as a system variable on your computer.
@upmov
@upmov Жыл бұрын
I tried multiple time but it through me. This error. (ModuleNotFoundError: No module named 'openai') even I wish my api
@swiftcuda
@swiftcuda Жыл бұрын
I am new to python, but following your guide was simple enough. I am stuck with cannot import name Chatbot from EdgeGPT, not sure if there was a change to EdgeGPT or I made an error somewhere
@swiftcuda
@swiftcuda Жыл бұрын
And I updated: from EdgeGPT.EdgeGPT import Chatbot that resolved that issue
@krishanthkrishnan6789
@krishanthkrishnan6789 Жыл бұрын
How to convert this file to an app for Android and windows?
@AlexYT976
@AlexYT976 Жыл бұрын
i always have to change the python3 to python because it says Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases. if i remove the 3 in python3 it works
@m.yigitylmaz2169
@m.yigitylmaz2169 Жыл бұрын
Could not find PyAudio; check installation. shows me that output , Can you help me, please!
@Ai_Austin
@Ai_Austin Жыл бұрын
Install it with ‘pip install PyAudio’
@m.yigitylmaz2169
@m.yigitylmaz2169 Жыл бұрын
@@Ai_Austin FP16 is not supported on CPU; using FP32 instead warnings.warn("FP16 is not supported on CPU; using FP32 instead") Error transcribing audio: [Errno 2] No such file or directory: 'ffmpeg'
@zeep3047
@zeep3047 Жыл бұрын
I have made this successfully for Bing AI but when I get into GPT, it says I have exceeded my current quota but on dashboard it says I haven't even used a single token. Any idea what I do here?
@Ai_Austin
@Ai_Austin Жыл бұрын
Check you API usage/availablity on OpenAI’s site. Some people are reporting not getting the $5 free allowance. Maybe try creating a new account.
@stefanvasilevski8724
@stefanvasilevski8724 Жыл бұрын
Why I cannot import from EdgeGPT the chatBot?
@uranusop1898
@uranusop1898 Жыл бұрын
Can anyone answer these questions please:- 1. Does this program do the internal work in the pc like create a file, rename a file, open chrome, etc?? 2. If I run the same code in another computer where software bing, whisper, etc aren't installed, does the program still run there?? 3. Is their any time out issue like chatgpt can only be used for an hour in a day. So is their any time out issue with bing?? 4. You can mention some of the limitations of this program which you things are. Thank you. Any answer would be highly appreciated.
@noon_395
@noon_395 Жыл бұрын
1- no 2- no
@Ai_Austin
@Ai_Austin Жыл бұрын
The program will run on any device as long as you setup the cookies.json file correct on that machine. It doesn’t have ability to control your pc in its current state.
@hansbosklopper4227
@hansbosklopper4227 Жыл бұрын
Hello Austin, I love your tutorials but i stays stock in the python script. Please can you explain me what i do wrong? I do everything the same but stay stock with the outcome in the terminal that says: Traceback (most recent call last): File "/home/hans/Desktop/Dev/chatGPT Voice/workfolder/main.py", line 19, in asyncio.run(main()) File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/home/hans/Desktop/Dev/chatGPT Voice/workfolder/main.py", line 7, in main bot = Chatbot(coockiePath='cookies.json') TypeError: Chatbot.__init__() got an unexpected keyword argument 'coockiePath'
@Ai_Austin
@Ai_Austin Жыл бұрын
Line 7 you spelt cookiepath wrong
@justheretocomment6410
@justheretocomment6410 11 ай бұрын
Is the current codebase on github? Would be so cool if we could clone it and submit new code to keep making it more robust from ideas from the community
@Ai_Austin
@Ai_Austin 11 ай бұрын
Yep, check the description.
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,3 МЛН
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 20 МЛН
Beautiful gymnastics 😍☺️
00:15
Lexa_Merin
Рет қаралды 15 МЛН
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 25 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 82 МЛН
Create a GPT4ALL Voice Assistant in 10 minutes
10:33
Ai Austin
Рет қаралды 66 М.
ChatGPT + Raspberry Pi -  A ChatGPT powered Raspberry Pi chatbot
6:35
Thomas the Maker
Рет қаралды 71 М.
Tony Stark's A.I.s - All Abilities (Jarvis/Friday/Karen/Edith)
15:10
Create a Custom AI Assistant + API in 10 Mins
10:28
pixegami
Рет қаралды 83 М.
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 2 МЛН
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 6 МЛН
Telefonu Parçaladım!😱
0:16
Safak Novruz
Рет қаралды 24 МЛН