├── .DS_Store ├── .gitignore ├── README.md ├── fineTuneBad.txt ├── fineTuneData.txt ├── gpt3.py ├── main.py ├── requirements.txt ├── sheets.py └── utils.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/README.md -------------------------------------------------------------------------------- /fineTuneBad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/fineTuneBad.txt -------------------------------------------------------------------------------- /fineTuneData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/fineTuneData.txt -------------------------------------------------------------------------------- /gpt3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/gpt3.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/requirements.txt -------------------------------------------------------------------------------- /sheets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/sheets.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yash-dani/AutoAccounting/HEAD/utils.py --------------------------------------------------------------------------------