Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ if huggingface_token:
|
|
| 20 |
|
| 21 |
# Configuraci贸n del modelo de resumen
|
| 22 |
llm = HuggingFaceEndpoint(
|
| 23 |
-
repo_id="
|
| 24 |
task="text-generation",
|
| 25 |
max_new_tokens=4096,
|
| 26 |
temperature=0.5,
|
|
|
|
| 20 |
|
| 21 |
# Configuraci贸n del modelo de resumen
|
| 22 |
llm = HuggingFaceEndpoint(
|
| 23 |
+
repo_id="Equall/Saul-7B-Instruct-v1",
|
| 24 |
task="text-generation",
|
| 25 |
max_new_tokens=4096,
|
| 26 |
temperature=0.5,
|