Spaces:
Paused
Paused
chitkenkhoi
commited on
Commit
•
27569c6
1
Parent(s):
96f65fb
fix bug
Browse files
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):
|