Typo
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ model = HfApiModel(
|
|
113 |
#model_id='meta-llama/Llama-3.2-1B-Instruct',
|
114 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
115 |
#model_id = 'Qwen/Qwen2.5-Coder-1.5B-Instruct',
|
116 |
-
model_id = selected_model_id # model available selected from the list automatically
|
117 |
custom_role_conversions=None,
|
118 |
)
|
119 |
|
|
|
113 |
#model_id='meta-llama/Llama-3.2-1B-Instruct',
|
114 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
115 |
#model_id = 'Qwen/Qwen2.5-Coder-1.5B-Instruct',
|
116 |
+
model_id = selected_model_id, # model available selected from the list automatically
|
117 |
custom_role_conversions=None,
|
118 |
)
|
119 |
|