gpt4free
gpt4free copied to clipboard
ImportError: cannot import name 'quora' from 'gpt4free'
I have pip install gpt4free
and tried to use poe
using Python: 3.8
btw forefront is now Failed to create account!
.
Does anyone have any clue?
same here
Clone the repo locally and import the module from there, probably the pip package doesn't have the quora module.
If you are using colab:
!git clone https://github.com/xtekky/gpt4free.git
%cd gpt4free/
!pip install -r requirements.txt
# import quora (poe) package
from gpt4free import quora
Clone the repo locally and import the module from there, probably the pip package doesn't have the quora module.
If you are using colab:
!git clone https://github.com/xtekky/gpt4free.git %cd gpt4free/ !pip install -r requirements.txt # import quora (poe) package from gpt4free import quora
Import "gpt4free" could not be resolved(reportMissingImports)