ChatGPTAPIFree
ChatGPTAPIFree copied to clipboard
A simple and open-source proxy API that allows you to access OpenAI's ChatGPT API for free!
Getting this when making a request: HTTP 429 ``` OpenAI API responded with: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type":...
I wondered, if you want to host your own api, do you have to pay for the tokens?
Hi Ayaka, I want to self-host my own API endpoint, please kindly share what Google Cloud Armor rules did you use? Thank you.
I have a lot to donate if that's open.
As I am a personal developer, Open AI recharge is not supported in my area, and my personal free API account has been banned recently, so this project is of...
Because you are literally paying for others without any rewards. I am thankful about it, but just concerning: are you okay?
2023-03-16T15:19:39.291Z # trying to hit the 8080 port using http 2023-03-16T15:19:42.376Z # it looks that no process is listening to the 8080 port using http 2023-03-16T15:19:42.377Z # app did not...
比如 https://api.openai.com/v1/chat/completions 和 https://chatgpt-api.shn.hk/v1/chat/completions 对齐。因为有很多其他开发者开发的应用中很多都提供了自定义域名功能,比如我填 https://xxx.com 它们软件底层就会自动处理成 https://xxx.com/v1/chat/completions ,但是用本项目提供的域名的话,填 https://chatgpt-api.shn.hk 它们会处理成 https://chatgpt-api.shn.hk/v1/chat/completions ,那么就无法使用到本项目的功能了。 以及, https://chatgpt-api.shn.hk 也可能随时被墙
Hi Ayaka! Suggesting a simple readability improvement, instead of null and true/false check on stream variable on line 44, used typeof check. Did not understand the if condition until I...
Hello, I send a request with python, but I got this error. requests.exceptions.JSONDecodeError: [Errno Expecting value] 429429 Too Many Requests: 0 Bests Regards