Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,6 @@ max_tokens=2096,
|
|
| 64 |
temperature=0.5,
|
| 65 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 66 |
custom_role_conversions=None,
|
| 67 |
-
api_key=os.getenv("HF_TOKEN")
|
| 68 |
)
|
| 69 |
|
| 70 |
|
|
|
|
| 64 |
temperature=0.5,
|
| 65 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 66 |
custom_role_conversions=None,
|
|
|
|
| 67 |
)
|
| 68 |
|
| 69 |
|