├── .gitattributes ├── .gitignore ├── readme.md ├── requirements.txt └── websitegpt.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upnorthmedia/websiteGPT/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upnorthmedia/websiteGPT/HEAD/.gitignore -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upnorthmedia/websiteGPT/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upnorthmedia/websiteGPT/HEAD/requirements.txt -------------------------------------------------------------------------------- /websitegpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upnorthmedia/websiteGPT/HEAD/websitegpt.py --------------------------------------------------------------------------------