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