Spaces:
Running
Running
new model
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ qa_prompt = ChatPromptTemplate.from_template(
|
|
| 187 |
|
| 188 |
# 4) LLM — Hugging Face Inference API (Llama 3 chat)
|
| 189 |
endpoint = HuggingFaceEndpoint(
|
| 190 |
-
repo_id="meta-llama/Meta-Llama-3-8B-Instruct",
|
| 191 |
task="conversational", # <-- importante
|
| 192 |
max_new_tokens=2000,
|
| 193 |
temperature=0.1,
|
|
|
|
| 187 |
|
| 188 |
# 4) LLM — Hugging Face Inference API (Llama 3 chat)
|
| 189 |
endpoint = HuggingFaceEndpoint(
|
| 190 |
+
repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
|
| 191 |
task="conversational", # <-- importante
|
| 192 |
max_new_tokens=2000,
|
| 193 |
temperature=0.1,
|