Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from pathlib import Path
|
|
8 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
9 |
from langchain_core.output_parsers import JsonOutputParser
|
10 |
from langdetect import detect
|
11 |
-
CONTEXT_WINDOW =
|
12 |
|
13 |
llm = HuggingFaceEndpoint(
|
14 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
8 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
9 |
from langchain_core.output_parsers import JsonOutputParser
|
10 |
from langdetect import detect
|
11 |
+
CONTEXT_WINDOW = 100_000
|
12 |
|
13 |
llm = HuggingFaceEndpoint(
|
14 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|