acheong08 / ChatGPTProxy

Simple Cloudflare bypass for ChatGPT
The Unlicense
1.32k stars 326 forks source link

Is there any IP Proxy Pool recommended? #98

Open hydeCaesar opened 1 year ago

hydeCaesar commented 1 year ago

I added

    transport := &http.Transport{
        Proxy: http.ProxyURL(proxyURL),
    }

    client := &http.Client{
        Transport: transport,
    }

trying to use an IP Proxy Pool to break through rate limits from OpenAI . It got an "IP blocked". Is there any other solution or I just need to buy an another IP Proxy Pool ?