mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-09 05:06:05 +10:00
only response in
This commit is contained in:
+2
-2
@@ -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)
|
||||
app.run(host="0.0.0.0", port=port, workers=workers, debug=False)
|
||||
|
||||
Reference in New Issue
Block a user