From 3a8508656b6655bbaee1793fae5c96e31ed0ead9 Mon Sep 17 00:00:00 2001 From: Justin Xiao Date: Tue, 26 Sep 2023 17:31:32 +0800 Subject: [PATCH] docs: update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 797df2a..92402af 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ - [📍 Overview](#-overview) - [🚀 Getting Started](#-getting-started) - [👨‍🏫 Demo](#-demo) +- [📝 Note](#-note) - [🔜 Next](#-next) - [📄 License](#-license) @@ -153,22 +154,15 @@ python app.py --- ## 👨‍🏫 Demo -#### Keep remember +|Keep remember|Search information on the internet|Group assistant| +|--|--|--| +|![demo1](./static/images/demo1.jpg)|![demo2](./static/images/demo2.jpg)|![group](./static/images/group.jpg)| -![demo1](./static/images/demo1.jpg) - -#### Search information on the internet - -![demo2](./static/images/demo2.jpg) - -#### Group assistant - -![group](./static/images/group.jpg) --- -## Note +## 📝 Note ### Clean Architecture Transformation In the quest for code quality, maintainability, and scalability, the LangChain-LineBot project has embraced Clean Architecture principles. Here's how Clean Architecture has influenced this project's development: