gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

cannot import name 'quora' from 'gpt4free'

Open DimaManisha opened this issue 1 year ago • 4 comments

python 1.py

Traceback (most recent call last): File "C:\cli\1.py", line 2, in from gpt4free import Provider, quora, forefront ImportError: cannot import name 'quora' from 'gpt4free' (C:\Users\Roots\AppData\Local\Programs\Python\Python310\lib\site-packages\gpt4free_init_.py)

DimaManisha avatar May 14 '23 21:05 DimaManisha

import gpt4free
from gpt4free import Provider, quora, forefront

# usage You
response = gpt4free.Completion.create(Provider.You, prompt='Write a poem on Lionel Messi')
print(response)

DimaManisha avatar May 14 '23 21:05 DimaManisha

After i try use it without quora:

import gpt4free
from gpt4free import Provider, forefront

# usage You
response = gpt4free.Completion.create(Provider.You, prompt='Write a poem on Lionel Messi')
print(response)

DimaManisha avatar May 14 '23 21:05 DimaManisha

And now it's response: Unable to fetch the response, Please try again.

Is it possible to add proxies for requests? (Optionally - socks5/http - with and without authorization)

DimaManisha avatar May 14 '23 21:05 DimaManisha

Site is currently not working (and API too), you should try later.

Quora is no longer supported.

Wudext avatar May 16 '23 15:05 Wudext