Spaces:
Running
Running
new model
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ qa_prompt = ChatPromptTemplate.from_template(
|
|
| 184 |
# =============================
|
| 185 |
# Requiere el secreto HUGGINGFACEHUB_API_TOKEN en el Space
|
| 186 |
llm = HuggingFaceEndpoint(
|
| 187 |
-
repo_id="
|
| 188 |
task="text-generation", # ok para Mixtral
|
| 189 |
# estos parámetros VAN afuera de model_kwargs:
|
| 190 |
max_new_tokens=2000,
|
|
|
|
| 184 |
# =============================
|
| 185 |
# Requiere el secreto HUGGINGFACEHUB_API_TOKEN en el Space
|
| 186 |
llm = HuggingFaceEndpoint(
|
| 187 |
+
repo_id="meta-llama/Meta-Llama-3-8B-Instruct",
|
| 188 |
task="text-generation", # ok para Mixtral
|
| 189 |
# estos parámetros VAN afuera de model_kwargs:
|
| 190 |
max_new_tokens=2000,
|