gpt4free
gpt4free copied to clipboard
cannot import name 'quora' from 'gpt4free'
python 1.py
Traceback (most recent call last):
File "C:\cli\1.py", line 2, in
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)
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)
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)
Site is currently not working (and API too), you should try later.
Quora is no longer supported.