If you have any queries, feel free to drop me an email at [email protected]
To run this application, use the following command:
python3 index.py
Please follow the steps below to install and setup this application.
To use this application, you will need access to the OpenAI GPT-4 API. If you don't have access yet, you can get it here.
This application uses Redis for caching websites and AI queries. To install Redis, follow the instructions provided in the official Getting Started guide.
If for some reason you can't or don't want to use Redis, you can remove the references to it from common.py
. The application should still work without it, but might be slower at times.
Install python requirements
pip install redis openai tqdm tiktoken requests bs4 jinja2
There might be other required packages as well. If you encounter any issues, don't hesitate to ask ChatGPT for help.
Looking forward to your contributions! Enjoy coding!