ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

OpenAI API Free Reverse Proxy

Results 42 ChatGPT issues
Sort by recently updated
recently updated
newest added

invalid_request_error MSG : Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository, https://github.com/PawanOsman/ChatGPT

[2024-04-26 11:52:59 Request: POST /v1/chat/completions 6 messages (stream-enabled) 2024-04-26 11:53:02 Error getting a new session... 2024-04-26 11:53:02 If this error persists, your country may not be supported yet. 2024-04-26 11:53:02...

There was a problem with request to openai API: Error in LLM response: An error occurred. please try again. Additionally, ensure that your request complies with OpenAI's policy.

Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository,

@PawanOsman It works fine in my localhost. Whne I try to host it on render or shared web hosting it gives following error. ``` error={'message': 'Error getting a new session,...

I'm sure the developers already knows it happens a lot but i dont think i saw any issue ticket about it so im just making sure by saying it. the...

I would like to ask a question. How can I add support for other LLMs? For example, gpt-4-turbo, can you give examples please? I would be glad. How was it...

I run "docker run -dp 3040:3040 pawanosman/chatgpt:latest", then open "http://localhost:3040/v1/chat/completions" in chromium. The following error message appears on the web page: { "status": false, "error": { "message": "The requested endpoint...