Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ en_llm_endpoint = 'pytorch-inference-chatglm2-g5-4x'
|
|
23 |
llama2_llm_endpoint = 'meta-textgeneration-llama-2-7b-f-2023-07-19-06-07-05-430'
|
24 |
|
25 |
|
26 |
-
responseIfNoDocsFound = ''
|
27 |
|
28 |
#Modify the default prompt as needed
|
29 |
chinese_prompt = """基于以下已知信息,简洁和专业的来回答用户的问题,并告知是依据哪些信息来进行回答的。
|
|
|
23 |
llama2_llm_endpoint = 'meta-textgeneration-llama-2-7b-f-2023-07-19-06-07-05-430'
|
24 |
|
25 |
|
26 |
+
responseIfNoDocsFound = 'just test'
|
27 |
|
28 |
#Modify the default prompt as needed
|
29 |
chinese_prompt = """基于以下已知信息,简洁和专业的来回答用户的问题,并告知是依据哪些信息来进行回答的。
|