Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,7 @@ model = HfApiModel(
|
|
117 |
max_tokens=2096,
|
118 |
temperature=0.5,
|
119 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
120 |
custom_role_conversions=None,
|
121 |
)
|
122 |
|
|
|
117 |
max_tokens=2096,
|
118 |
temperature=0.5,
|
119 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
120 |
+
api_key=os.getenv("HF_API_KEY"),
|
121 |
custom_role_conversions=None,
|
122 |
)
|
123 |
|