├── LICENSE ├── README.md ├── app.py ├── requirements.txt ├── static ├── app.js └── style.css └── templates └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/requirements.txt -------------------------------------------------------------------------------- /static/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/static/app.js -------------------------------------------------------------------------------- /static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/static/style.css -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qusaismael/localllm/HEAD/templates/index.html --------------------------------------------------------------------------------