H Lohaus
H Lohaus
Do you have duckduckgo installed?
I mean: Fix this pull request the issue with nodriver?
Try to uninstall duckduckgo: pip uninstall duckduckgo-search They are using a hack, which broke nodriver too.
Do you have a OpenAI plus account? Did you login to your account in the chrome window? Do .har file or add a api_key are working? I don't have this...
Do you use a proxy? Nodriver doesn't support proxies jet.
Yeah, that might be the issue. But the provider first tries to read the model list with the given arguments, and when that fails, it opens the nodriver. Maybe you...
Hey, there's a small change I'd like you to make in the OpenaiChat.py file. In this line: ``` if cls.default_model is None and cls._api_key is not None: ``` I want...
Yes, Nodriver are only needed for logging in. It’s using the free version now. The free version has no captcha. I’ll update the repo later.
Hey, I am thinking about adding the login feature, but we'll need a switch for that. Maybe a config flag or parameter, or I could create a custom provider. What...
You could try modifying the request headers. Although there is no configuration yet, this solution has been effective in resolving similar issues for me.