ressay1973 commited on
Commit
faf9f36
·
verified ·
1 Parent(s): 6433992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: