FujiwaraChoki

Results 16 comments of FujiwaraChoki

> Can I try to work on this? Sure, I'd appreciate it as I'm low on time 🙏

> I set up everything but I am having issues with the request to g4f.ChatCompletion.create(). It gives me `ClientConnectorCertificateError: Cannot connect to host chat.chatgptdemo.net:443` Any ideas why? It's probably due...

Please open an issue in the xtekky/gpt4free package, as MoneyPrinter isn't related to g4f.

Interesting - I will disable local subtitles for now and look into what the issue is. Thanks for explaining so well.

I see the error, it's a list not List. This will have to be imported from typing. Can you open a PR?

> > Interesting - I will disable local subtitles for now and look into what the issue is. Thanks for explaining so well. > > > > I think after...

> So ist that mean (until this issue solved) it can't generate the finale video right now? You can, just provide your AssemblyAI API Key.

System message should be added before user message, will merge once fixed!

Found a solution, had to manually go to selenium_firefox/firefox.py, search for profile, and came upon this: ```python profile = webdriver.FirefoxProfile() ``` Just added the location of my profile between the...