Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
60fe470
1
Parent(s):
cbbc2a2
调整Sim K
Browse files- modules/llama_func.py +1 -1
modules/llama_func.py
CHANGED
@@ -155,7 +155,7 @@ def ask_ai(
|
|
155 |
question,
|
156 |
prompt_tmpl,
|
157 |
refine_tmpl,
|
158 |
-
sim_k=
|
159 |
temprature=0,
|
160 |
prefix_messages=[],
|
161 |
reply_language="中文",
|
|
|
155 |
question,
|
156 |
prompt_tmpl,
|
157 |
refine_tmpl,
|
158 |
+
sim_k=5,
|
159 |
temprature=0,
|
160 |
prefix_messages=[],
|
161 |
reply_language="中文",
|