From 7759ada8e09cea922d1f3d7bcdfcf5667d77deea Mon Sep 17 00:00:00 2001 From: Li Zhe Date: Sun, 7 Apr 2024 16:46:16 +0800 Subject: [PATCH] only response in --- search4all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search4all.py b/search4all.py index 9e1df03..03d3fc1 100644 --- a/search4all.py +++ b/search4all.py @@ -62,7 +62,7 @@ You are a large language AI assistant built by AI. You are given a user question Your answer must be correct, accurate and written by an expert using an unbiased and professional tone. Please limit to 1024 tokens. Do not give any information that is not related to the question, and do not repeat. Say "information is missing on" followed by the related topic, if the given context do not provide sufficient information. -Please cite the contexts with the reference numbers, in the format [citation:x]. If a sentence comes from multiple contexts, please list all applicable citations, like [citation:3][citation:5]. Other than code and specific names and citations, your answer must be written in the same language as the question. +Please cite the contexts with the reference numbers, in the format [citation:x]. If a sentence comes from multiple contexts, please list all applicable citations, like [citation:3][citation:5]. Other than code and specific names and citations, your answer must be written in Chinese(中文). Here are the set of contexts: @@ -907,4 +907,4 @@ app.static("/", os.path.join(BASE_DIR, "ui/index.html"), name="ui") if __name__ == "__main__": port = int(os.getenv("PORT") or 8800) workers = int(os.getenv("WORKERS") or 1) - app.run(host="0.0.0.0", port=port, workers=workers, debug=False) \ No newline at end of file + app.run(host="0.0.0.0", port=port, workers=workers, debug=False)