We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995610c commit d2b31a0Copy full SHA for d2b31a0
1 file changed
git-commit-push-script.sh
@@ -10,7 +10,7 @@ MAX_COMMIT_LENGTH=72 # Standard git commit length
10
# 7B runs at 15-25 tok/s on M3 16GB (comfortably fits in memory).
11
# 14B is too slow on 16GB — use it only if you have 32GB+ RAM.
12
# Override: SQUISH_MODEL=14b cm
13
-SQUISH_MODEL="${SQUISH_MODEL:-7b}"
+SQUISH_MODEL="${SQUISH_MODEL:-1.5b cm}"
14
15
# Squish server port — must match the port squish is started with.
16
# CLI default is 11435; override with SQUISH_PORT env var.
0 commit comments