├── LICENSE ├── README.md ├── generator.py ├── main.py ├── prompts ├── long.txt └── short.txt ├── requirements.txt ├── test └── test_request.py └── web_app.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/README.md -------------------------------------------------------------------------------- /generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/generator.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/main.py -------------------------------------------------------------------------------- /prompts/long.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/prompts/long.txt -------------------------------------------------------------------------------- /prompts/short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/prompts/short.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/requirements.txt -------------------------------------------------------------------------------- /test/test_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/test/test_request.py -------------------------------------------------------------------------------- /web_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madhav-MKNC/code-documentation-generator/HEAD/web_app.py --------------------------------------------------------------------------------