diff --git a/README.md b/README.md
index 619588010..a4e2f5426 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ After the application is completed, refer to the following figure for configurat
### CONFIGURE CUSTOM AI
-- Customized AI can be any LLM that you deployed, such as ChatGLM、ChatGPT、ERNIE Bot、Tongyi Qianwen, and so on. However, the customized interface need to conform to the protocol definition. Otherwise, secondary development may be required. Two DEMOs are provided in the code, the configuration is as shown below. In specific use, you can refer to the DEMO interface to write a custom interface, or directly perform secondary development in the DEMO interface.
+- Customized AI can be any LLM that you deployed such as ChatGLM, ChatGPT, ERNIE Bot, Tongyi Qianwen, and so on. However, the customized interface need to confirm to the protocol definition. Otherwise, secondary development may be required. Two DEMOs are provided in the code, the configuration is as shown below. In specific use, you can refer to the DEMO interface to write a custom interface, or directly perform secondary development in the DEMO interface.
- DEMO for configuring customized stream output interface.
- DEMO for configuring customized non-stream output interface.