Skip to content

Commit 44b3f4d

Browse files
author
csbobby
committed
upd: setup the default model
1 parent fde1f34 commit 44b3f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/decompose/m_decomp_result_v3.py.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from validations.{{ c.val_fn_name }} import validate_input as {{ c.val_fn_name }
2323
{%- endfor %}
2424
{%- endif %}
2525

26-
m = mellea.start_session()
26+
m = mellea.start_session(model_id="mistral-small3.2:latest")
2727
{%- if user_inputs %}
2828

2929

0 commit comments

Comments
 (0)