david-clifford commited on
Commit
9c79779
·
verified ·
1 Parent(s): cd147be
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ model = HfApiModel(
113
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
114
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
115
  #model_id = 'Qwen/Qwen2.5-Coder-1.5B-Instruct',
116
- model_id = selected_model_id # model available selected from the list automatically
117
  custom_role_conversions=None,
118
  )
119
 
 
113
  #model_id='meta-llama/Llama-3.2-1B-Instruct',
114
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
115
  #model_id = 'Qwen/Qwen2.5-Coder-1.5B-Instruct',
116
+ model_id = selected_model_id, # model available selected from the list automatically
117
  custom_role_conversions=None,
118
  )
119