Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ model = HfApiModel(
|
|
55 |
max_tokens=2096,
|
56 |
temperature=0.5,
|
57 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
58 |
custom_role_conversions=None,
|
59 |
)
|
60 |
|
|
|
55 |
max_tokens=2096,
|
56 |
temperature=0.5,
|
57 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
58 |
+
hf_api_key="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",
|
59 |
custom_role_conversions=None,
|
60 |
)
|
61 |
|