H Lohaus

Results 286 comments of H Lohaus

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...

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.