ferrarisf50 commited on
Commit
9802bd2
·
verified ·
1 Parent(s): 44590f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ custom_role_conversions=None,
66
  model = HfApiModel(
67
  max_tokens=2096,
68
  temperature=0.5,
69
- model_id='HuggingFaceTB/SmolLM-135M-Instruct',# it is possible that this model may be overloaded
70
  custom_role_conversions=None,
71
  )
72
 
 
66
  model = HfApiModel(
67
  max_tokens=2096,
68
  temperature=0.5,
69
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
70
  custom_role_conversions=None,
71
  )
72