chitkenkhoi commited on
Commit
27569c6
1 Parent(s): 96f65fb
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -201,6 +201,7 @@ Câu hỏi của người dùng: {query}
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):
 
201
  return base_prompt2.format(query=query)
202
  else:
203
  base_prompt2 = query
204
+ return base_prompt2
205
 
206
 
207
  def ask_with_history_v3(query: str, conversation_id: str, isFirst,cid,mode):