Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUncomment llama
app.py
CHANGED
|
@@ -104,7 +104,7 @@ model = HfApiModel(
|
|
| 104 |
#max_tokens=2096,
|
| 105 |
temperature=0.5,
|
| 106 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 107 |
-
|
| 108 |
#custom_role_conversions=None,
|
| 109 |
)
|
| 110 |
|
|
|
|
| 104 |
#max_tokens=2096,
|
| 105 |
temperature=0.5,
|
| 106 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 107 |
+
model_id="meta-llama/Llama-3.3-70B-Instruct",
|
| 108 |
#custom_role_conversions=None,
|
| 109 |
)
|
| 110 |
|