JasonData commited on
Commit
71d090f
·
verified ·
1 Parent(s): 1627360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ gr.ChatInterface(
62
  description="目前所搜集的数据可回答关于韦立的出差订票,住宿管理方案,和出差制度方面问题。",
63
  # theme="soft",
64
  examples=["副董事长应该订哪一类机票?", "新加坡的负责订票人员是谁", "在新加坡能订哪些酒店?"],
65
- # cache_examples = True,
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,