KoRiF commited on
Commit
7600e7d
·
verified ·
1 Parent(s): d9bf9a4

Fix non-supported argument

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -139,7 +139,6 @@ model = HfApiModel(
139
  max_tokens=2096,
140
  temperature=0.5,
141
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
142
- fallback_model_id='meta-llama/Meta-Llama-3-70B-Instruct', # Fallback model
143
  custom_role_conversions=None,
144
  )
145
 
 
139
  max_tokens=2096,
140
  temperature=0.5,
141
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
142
  custom_role_conversions=None,
143
  )
144