├── .gitattributes ├── .gitignore ├── readme.md ├── requirements.txt └── websitegpt.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terabyte-sourcer/python-ChatGPT/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terabyte-sourcer/python-ChatGPT/HEAD/.gitignore -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terabyte-sourcer/python-ChatGPT/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terabyte-sourcer/python-ChatGPT/HEAD/requirements.txt -------------------------------------------------------------------------------- /websitegpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terabyte-sourcer/python-ChatGPT/HEAD/websitegpt.py --------------------------------------------------------------------------------