Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ vector_store = Chroma(embedding_function=embedding_model, persist_directory=data
|
|
29 |
|
30 |
# Initialize the Hugging Face Hub LLM
|
31 |
hf_hub_llm = HuggingFaceHub(
|
32 |
-
repo_id="meta-llama/Meta-Llama-3-8B-Instruct",
|
33 |
model_kwargs={"temperature": 1, "max_new_tokens":1024},
|
34 |
)
|
35 |
|
|
|
29 |
|
30 |
# Initialize the Hugging Face Hub LLM
|
31 |
hf_hub_llm = HuggingFaceHub(
|
32 |
+
repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
|
33 |
model_kwargs={"temperature": 1, "max_new_tokens":1024},
|
34 |
)
|
35 |
|