acheong08 / ChatGPT-Proxy

Forward requests and inject cloudflare cookies
The Unlicense
205 stars 67 forks source link

AttributeError: module 'OpenAIAuth' has no attribute 'Cloudflare' #19

Open hzwyjxy opened 1 year ago

hzwyjxy commented 1 year ago

why OpenAIAuth has no attribute Cloudflare?

Herobrine-ymf commented 1 year ago

Because OpenAIAuth lib api has updated, you can simply change Pipfile from openaiauth = "*" to openaiauth = "==0.1.1"

xycoding commented 1 year ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. revchatgpt 2.2.1 requires OpenAIAuth==0.2.0, but you have openaiauth 0.1.1 which is incompatible.