@@catalyst9259 I have the function calling in the source code.
@catalyst92592 ай бұрын
@@frankfu007 Yes, I referred that that's for that I am saying thankyou 🫶
@oussamajmaa92054 күн бұрын
Thanks for the video ! Is there a pre-built method to stop the realtime api automatically when the user is not speaking ( no speech detected) like a timeout attribute or something similar ? thanks in advance .
@frankfu0073 күн бұрын
You could try to mute the mic. Here is the demo kzbin.info/www/bejne/eIu1g6qlmNxqZ7M This will not send any thing to the openAI. It will reduce the cost.
@mikew28832 ай бұрын
Very cool! 👍
@marouanbelhaj78812 ай бұрын
You should get a lot more views, thank you!
@frankfu0072 ай бұрын
I hope so, thanks for the support!
@soulless8471Ай бұрын
U Rock!
@frankfu007Ай бұрын
Thanks
@soulless8471Ай бұрын
@@frankfu007 can you help me to implement that in django, at least give some tips (sorry about my english, i'm from Angola/Africa)
@frankfu007Ай бұрын
Sure. I will try make another video.
@soulless8471Ай бұрын
@@frankfu007 really? U r the best! thank you"
@orsemcoreАй бұрын
hi, i'm getting this error on run. Failed to connect to OpenAI: Error connecting to SOCKS5 proxy 127.0.0.1:10808: [WinError 10061] No connection could be made because the target machine actively refused it
@frankfu007Ай бұрын
Let me take a look. Something may need update.
@AgustinKuster24 күн бұрын
@@frankfu007 Having the same problem here, but on Mac Os, still looking for a fix to share you guyss
@kangaroobr75924 күн бұрын
Same here !
@frankfu00724 күн бұрын
Let me take a look.
@frankfu00723 күн бұрын
hey, Just remove the line 14 socks.set_default_proxy(socks.SOCKS5, "127.0.0.1", 10808) I am going to update the repos.