ALVHB95 commited on
Commit
d13e610
·
1 Parent(s): 7435b75
Files changed (1) hide show
  1. app.py +1 -1
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,