Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Commit
•
d04a9f1
1
Parent(s):
0b805c3
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ load_dotenv()
|
|
12 |
|
13 |
# Configure the Llama index settings
|
14 |
Settings.llm = HuggingFaceInferenceAPI(
|
15 |
-
model_name="
|
16 |
-
tokenizer_name="
|
17 |
context_window=3900,
|
18 |
token=os.getenv("HF_TOKEN"),
|
19 |
max_new_tokens=1000,
|
|
|
12 |
|
13 |
# Configure the Llama index settings
|
14 |
Settings.llm = HuggingFaceInferenceAPI(
|
15 |
+
model_name="meta-llama/Meta-Llama-3-8B-Instruct",
|
16 |
+
tokenizer_name="meta-llama/Meta-Llama-3-8B-Instruct",
|
17 |
context_window=3900,
|
18 |
token=os.getenv("HF_TOKEN"),
|
19 |
max_new_tokens=1000,
|