├── LICENSE ├── README.md ├── assets ├── logo.png ├── long_logo.png └── ui.png ├── docs └── iphone.md ├── index.css ├── index.html └── index.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/README.md -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/assets/logo.png -------------------------------------------------------------------------------- /assets/long_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/assets/long_logo.png -------------------------------------------------------------------------------- /assets/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/assets/ui.png -------------------------------------------------------------------------------- /docs/iphone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/docs/iphone.md -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/index.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SakanaAI/TinySwallow-ChatUI/HEAD/index.js --------------------------------------------------------------------------------