Mr-Destructive / anonymous-chatgpt

Use ChatGPT without authenticating (with limitations)
5 stars 2 forks source link

Error block from cloudflare #4

Open bvhieu106 opened 5 months ago

bvhieu106 commented 5 months ago

i have use your repo and i received challenge-form may be chatgpt block request by cloudflare service, how to can by pass this

bvhieu106 commented 5 months ago

image

Mr-Destructive commented 5 months ago

Can you give more context as to what you meant by Cloudflare service? Do you have any steps to reproduce this issue?

Thanks

bvhieu106 commented 5 months ago

i have clone your repo then i run pip install -r requirements.txt i run by command python main.py it ask i enter promt but i received error 40, it mean is block request image Please help me pass this error

Mr-Destructive commented 5 months ago

What is the reason for using python main.py, why cannot you use python -m chatgpt --prompt "test" after installing the package? Clear instructions are provided in the README.md can you check that?