From b1b1b4f2522878f922df02234676b6643322cc1e Mon Sep 17 00:00:00 2001 From: Liu Zhicong Date: Thu, 28 Sep 2023 19:34:24 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a38890..8f158be 100644 --- a/README.md +++ b/README.md @@ -120,10 +120,10 @@ Say Hello to your private AI assistant Jarvis ! ![MVP](./doc/res/jarvis.png) ## **Core Concepts and Features of OpenDAN** -1. **AI Agent** Driven by a large language model, having own memory.The AI Agent completes tasks through natural language interaction. -2. **AI Workflow** Organize different AI Agents into an AI Agent Group to complete complex tasks. +1. **AI Agent**: Driven by a large language model, having own memory.The AI Agent completes tasks through natural language interaction. +2. **AI Workflow**: Organize different AI Agents into an AI Agent Group to complete complex tasks. ![workflow](./doc/res/workflow.png) -3. **AI Envriment** Supports AI Agents to access file systems, IoT devices, network services, smart contracts, and everything on today's internet once authorized. +3. **AI Envriment**: Supports AI Agents to access file systems, IoT devices, network services, smart contracts, and everything on today's internet once authorized. 4. **AI Marketplace**: Offer a solution for one-click installation and use of various AI applications, helping users easily access and manage AI apps. 5. **AI Model Solution**: Provide a unified entry point for model search, download, and access control, making it convenient for users to find and use models suitable for their needs. 6. **Hardware-specific optimization**: Optimize for specific hardware to enable smooth local running of most open-source AI applications.