Mahmoud Mabrouk

Results 171 comments of Mahmoud Mabrouk

Please confirm whether you experience this issue also after running `chatgpt install`?

Thanks @MalteHB . We are trying to solve the issue with readline, can you please help us with the PR (https://github.com/mmabrouk/chatgpt-wrapper/pull/14) as we don't have a windows machine to test.

I am going to close this issue, since it seems the original issue can be solved by running install. I plan to add auto installation soon.

I am well aware of the issue. The problem lies in that playwright is currently used in sync mode, which makes any code running it in async mode ends with...

I assume the problem is solved. I added an additional timeout when openai don't provide a response after 60 seconds, after which the user can either exit or try again.

I am aware of the error. I am using playwright in sync mode for now, however it should be modified to work async. I will try to fix it the...

Just wanted to pop up to say that I don't see the code being moved to async for the medium term (I am overloaded at work), unless someone nice does...

Thanks for the improvements. I will try to review and merge them today or tomorrow.

Thanks for submitting your pull request! I appreciate your suggestion to interact with the API directly and I agree that it's the right way to go. I also agree that...