datacipen commited on
Commit
cb0288f
·
verified ·
1 Parent(s): 4d5766b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1429,7 +1429,7 @@ def run_chatbot(n_clicks, n_submit, user_input, chat_history, array_value):
1429
  {context}
1430
  {question} [/INST] </s>
1431
  """
1432
- context_p = context[:24000]
1433
  name = "Mistral"
1434
  chat_history += f"Vous: {user_input}<split>{name}:"
1435
 
 
1429
  {context}
1430
  {question} [/INST] </s>
1431
  """
1432
+ context_p = context[:70000]
1433
  name = "Mistral"
1434
  chat_history += f"Vous: {user_input}<split>{name}:"
1435