Chat samples based on mobilon-dev/chotto library
- Chat 00 - two persons chat demo. Two float containers with feed layout, regular dialog.
- Chat01 - conversation 3 to 1 demo. Simulates conversation between manager (using base layout) and customers (using feed layout) at once.
- Chat02 - waba templates demo. Sending templates via WhatsApp Business API through determined channel.
- Chat03 - messages search in chat. Several search implementations - different positions in layouts.
- Chat04 - adaptive to container size extended layout.
- Chat05 - chat multidialog system. Several dialogs with one contact.
- Chat06 - audio and video recording. Recording, listenning and sending audio and video messages.
- Chat07 - GigaChat conversation. GigaChat - Sber's AI LLM (Large Language Model). Here you can learn more about it and here you can try GigaChat API in work.
Type in CLI
git clone https://github.com/determaer/chotto-demo
npm install
npm run dev