We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445ce45 commit 1e39de1Copy full SHA for 1e39de1
1 file changed
cli/decompose/m_decomp_result_v3.py.jinja2
@@ -23,7 +23,7 @@ from validations.{{ c.val_fn_name }} import validate_input as {{ c.val_fn_name }
23
{%- endfor %}
24
{%- endif %}
25
26
-m = mellea.start_session()
+m = mellea.start_session(model_id="mistral-small3.2:latest")
27
{%- if user_inputs %}
28
29
0 commit comments