Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ gr.ChatInterface(
|
|
| 62 |
description="目前所搜集的数据可回答关于韦立的出差订票,住宿管理方案,和出差制度方面问题。",
|
| 63 |
# theme="soft",
|
| 64 |
examples=["副董事长应该订哪一类机票?", "新加坡的负责订票人员是谁", "在新加坡能订哪些酒店?"],
|
| 65 |
-
|
| 66 |
autofocus = True,
|
| 67 |
retry_btn = None,
|
| 68 |
undo_btn = None,
|
|
|
|
| 62 |
description="目前所搜集的数据可回答关于韦立的出差订票,住宿管理方案,和出差制度方面问题。",
|
| 63 |
# theme="soft",
|
| 64 |
examples=["副董事长应该订哪一类机票?", "新加坡的负责订票人员是谁", "在新加坡能订哪些酒店?"],
|
| 65 |
+
cache_examples = False, # will cause hallucination if set to True
|
| 66 |
autofocus = True,
|
| 67 |
retry_btn = None,
|
| 68 |
undo_btn = None,
|