Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ load_dotenv()
|
|
11 |
|
12 |
# Configure the Llama index settings
|
13 |
Settings.llm = HuggingFaceInferenceAPI(
|
14 |
-
model_name="
|
15 |
-
tokenizer_name="
|
16 |
context_window=3000,
|
17 |
token=os.getenv("HF_TOKEN"),
|
18 |
max_new_tokens=512,
|
|
|
11 |
|
12 |
# Configure the Llama index settings
|
13 |
Settings.llm = HuggingFaceInferenceAPI(
|
14 |
+
model_name="mistralai/Mistral-7B-v0.3",
|
15 |
+
tokenizer_name="mistralai/Mistral-7B-v0.3",
|
16 |
context_window=3000,
|
17 |
token=os.getenv("HF_TOKEN"),
|
18 |
max_new_tokens=512,
|