Skip to content

Commit 5d23bdb

Browse files
committed
Max commit length set to 15 bytes
1 parent 30b3287 commit 5d23bdb

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
@@ -9,7 +9,7 @@ MAX_COMMIT_LENGTH=72 # Standard git commit length
99
# Squish model selection.
1010
# qwen3:8b INT4 (~4.5 GB) — best quality on M3 16GB, ~22 tok/s generate.
1111
# Override: SQUISH_MODEL=qwen3:4b cm (faster, slightly lower quality)
12-
SQUISH_MODEL="${SQUISH_MODEL:-7b}"
12+
SQUISH_MODEL="${SQUISH_MODEL:-1.5b}"
1313

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

0 commit comments

Comments
 (0)