├── LICENSE ├── README.md ├── assets ├── home_webui.png └── home_webui_res.png ├── index.php ├── run.sh └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/README.md -------------------------------------------------------------------------------- /assets/home_webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/assets/home_webui.png -------------------------------------------------------------------------------- /assets/home_webui_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/assets/home_webui_res.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/index.php -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/run.sh -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iamgmujtaba/llama3.2-webUI/HEAD/style.css --------------------------------------------------------------------------------