datacipen commited on
Commit
9062933
·
verified ·
1 Parent(s): 42bd0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1454,7 +1454,7 @@ def run_chatbot(n_clicks, n_submit, user_input, chat_history, array_value):
1454
  {question} [/INST] </s>
1455
  """
1456
  #context_p = context[:48000]
1457
- context_p = context[:100000]
1458
  name = "Mistral"
1459
  chat_history += f"Vous: {user_input}<split>{name}:"
1460
 
 
1454
  {question} [/INST] </s>
1455
  """
1456
  #context_p = context[:48000]
1457
+ context_p = context[:150000]
1458
  name = "Mistral"
1459
  chat_history += f"Vous: {user_input}<split>{name}:"
1460