Skip to content

Commit d2b31a0

Browse files
committed
Max commit length set to 15 lines
1 parent 995610c commit d2b31a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MAX_COMMIT_LENGTH=72 # Standard git commit length
1010
# 7B runs at 15-25 tok/s on M3 16GB (comfortably fits in memory).
1111
# 14B is too slow on 16GB — use it only if you have 32GB+ RAM.
1212
# Override: SQUISH_MODEL=14b cm
13-
SQUISH_MODEL="${SQUISH_MODEL:-7b}"
13+
SQUISH_MODEL="${SQUISH_MODEL:-1.5b cm}"
1414

1515
# Squish server port — must match the port squish is started with.
1616
# CLI default is 11435; override with SQUISH_PORT env var.

0 commit comments

Comments
 (0)