Spaces:
Runtime error
Runtime error
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="meta-llama/Meta-Llama-3-8B-Instruct",
|
15 |
+
tokenizer_name="meta-llama/Meta-Llama-3-8B-Instruct",
|
16 |
context_window=3000,
|
17 |
token=os.getenv("HF_TOKEN"),
|
18 |
max_new_tokens=512,
|