Spaces:
Running
Running
Update app.py
Browse files
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[:
|
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 |
|