24Arys11 commited on
Commit
b48f0c9
·
verified ·
1 Parent(s): 2092dba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ model = HfApiModel(
67
  max_tokens=2096,
68
  temperature=0.5,
69
  # it is possible that this model may be overloaded
70
- # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
71
- model_id='open-thoughts/OpenThinker-32B',
72
  custom_role_conversions=None,
73
  )
74
 
 
67
  max_tokens=2096,
68
  temperature=0.5,
69
  # it is possible that this model may be overloaded
70
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
71
+ # model_id='open-thoughts/OpenThinker-32B',
72
  custom_role_conversions=None,
73
  )
74