Daniel Shemesh
Daniel Shemesh
[(https://www.emailnator.com/](https://www.emailnator.com/)
I used the quora module with my account's token, now that account of mine was closed. I guess they started detecting bots..
Maybe I'm mistaken and the code wasn't even written yet. Anyway for future usage, some form of documentation can help
https://beta.pickaxeproject.com/ **a great site that now supports creating personalized Chatbots!** It is limited I believe, but you can automate the process of signup and signin.
There might also be some kind of rate limit that helps their detection
It is, ask it "Summarize [RANDOM_TOPIC], with each word starting in the next letter in the alphabet". This is a prompt that GPT-3.5-turbo fails at.
pip install -r requirements.txt Then, there are examples in the testing directory. Take a python file from there and move it to the main directory. Then run it. Enjoy. (Some...
I made this Jupyter notebook that might help https://github.com/DanielShemesh/gpt4free-colab/blob/main/gpt4free.ipynb I also submitted a pull request to add a link to the notebook in this repo
I made the repl based on [this repo](https://github.com/xtekky/chatgpt-clone), it still works for me. I will try to improve it over time and add support for all the APIs in this...
I made the Colab. Did you try using other models (other than GPT-4 which you can get one message per 10 hours I think anyways) Update: you may want to...