chitkenkhoi commited on
Commit
96f65fb
1 Parent(s): e01790e
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -200,9 +200,7 @@ Câu hỏi của người dùng: {query}
200
  """
201
  return base_prompt2.format(query=query)
202
  else:
203
- base_prompt2 = """
204
-
205
- """
206
 
207
 
208
  def ask_with_history_v3(query: str, conversation_id: str, isFirst,cid,mode):
 
200
  """
201
  return base_prompt2.format(query=query)
202
  else:
203
+ base_prompt2 = query
 
 
204
 
205
 
206
  def ask_with_history_v3(query: str, conversation_id: str, isFirst,cid,mode):