Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,6 @@ model = HfApiModel(
|
|
| 72 |
temperature=0.5,
|
| 73 |
model_id='mistralai/Mistral-7B-Instruct', # Nuevo modelo recomendado
|
| 74 |
custom_role_conversions=None,
|
| 75 |
-
)custom_role_conversions=None,
|
| 76 |
)
|
| 77 |
|
| 78 |
with open("prompts.yaml", 'r') as stream:
|
|
|
|
| 72 |
temperature=0.5,
|
| 73 |
model_id='mistralai/Mistral-7B-Instruct', # Nuevo modelo recomendado
|
| 74 |
custom_role_conversions=None,
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
with open("prompts.yaml", 'r') as stream:
|