-
Notifications
You must be signed in to change notification settings - Fork 14
SSL handshake failure while connecting to OpenAI API server using Brave browser #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Guess the problem of revChatGPT? have you tried with the openai official api or the reverse engineered api? Sorry for the late answer BTW |
having the same issue! I am using the reverse engineering one. Browser: Firefox |
Currently recommend to use Official API, but i am looking into this and will fix ASAP. sorry 😞 |
|
I am super busy now so expecting to be fixed not very soon, so now just recommend to use Official API. 😓 Thanks! |
As a solution of this, I am thinking of:
{
"language_model": "reverse_engineered_chatgpt",
"openai_api_key": null,
"browser": "brave" // firefox, chrome, safari or whatever
}
|
This looks good! Reverse engineering is really useful for ChatGPT Plus subscribers. Do you know when you'll release an update? Thanks for the hard work 👍 |
I am guessing within a week! 👍 Thank you 🙌 |
@xshapira FYI, before I update, You can use aishell by doing following:
|
I followed your instructions but got this error (have the same issue with the younger brother of this project, |
it definetely looks like because of the version of revchatgpt, i am going to bump up that. |
Just released new version with version up. Guess now it's gonna work. Plus, if you have further issues with |
Works like a charm! Thank you 👍 |
Hey @xshapira! I've just released a new version featuring automatic browser login using access tokens! #56 Now, every time you make a request, it retrieves a fresh access token using your credentials from your chosen browser. Although this is a breaking change, you'll need to set up AiShell once more, but it shouldn't be too bothersome as all you need to do is select your preferred browser. And this patch also have done to ygka too. (They now share the same config) Thank you for using the AiShell! |
It seems there’s an SSL handshake failure while attempting to establish a secure connection with the OpenAI API server.
When running the following command:
aishell 'print Hello World'
I'm getting this error:
Are there any specific Brave browser settings that could be causing this issue?
The text was updated successfully, but these errors were encountered: