├── .DS_Store ├── .gitignore ├── LICENSE ├── README.md ├── chatgpt-n4m.maxpat ├── index.js ├── media └── screenshot.png └── package.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/README.md -------------------------------------------------------------------------------- /chatgpt-n4m.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/chatgpt-n4m.maxpat -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/index.js -------------------------------------------------------------------------------- /media/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/media/screenshot.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmhglnd/chatgpt-n4m/HEAD/package.json --------------------------------------------------------------------------------