From 13b0780396487aa9791161ea251bcbdd652469f3 Mon Sep 17 00:00:00 2001 From: Zhaosi Qu Date: Thu, 23 Mar 2023 09:42:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d09932e..98ea373 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,6 @@ The service will be deployed on `localhost:`. ## Magic mode If you defined `MAGIC_WORD` in `.env` file, when user input the magic word, -the assistant will allow user to ask any question, even not related to the documentation. +the assistant will allow user to ask any question. + +Note: In this mode, the assistant won't use the knowledge base.