woonchen commited on
Commit
56a4e1a
·
verified ·
1 Parent(s): 2c03e82

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -59,7 +59,7 @@ else:
59
  raise ValueError("No documents found in the 'data' directory.")
60
 
61
  # 初始化 chat_history 作為全局變數
62
- chat_history = ['用中文回答']
63
 
64
  # 定義 invoke 函數
65
  def invoke(question: str):
 
59
  raise ValueError("No documents found in the 'data' directory.")
60
 
61
  # 初始化 chat_history 作為全局變數
62
+ chat_history = []
63
 
64
  # 定義 invoke 函數
65
  def invoke(question: str):