Spaces:
Sleeping
Sleeping
Fix non-supported argument
Browse files
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 |
|