Semver rename: mortdecai:0.4.0, mortdecai:0.5.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 21:37:36 -04:00
parent adeda6dd84
commit af5cb4df2a
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
set -e
MODEL_URL="${MODEL_URL:-https://mortdec.ai/dl/m4gguf/mortdecai-v4.gguf}"
MODEL_NAME="mortdecai-v4"
MODEL_URL="${MODEL_URL:-https://mortdec.ai/dl/m4gguf/mortdecai-0.4.0.gguf}"
MODEL_NAME="mortdecai:0.4.0"
echo "=== Mortdecai Gateway Setup ==="
echo ""
@@ -70,7 +70,7 @@ else
# Create Modelfile
cat > models/Modelfile << 'MEOF'
FROM /models/mortdecai-v4.gguf
FROM /models/mortdecai:0.4.0.gguf
TEMPLATE """{{- if .Messages }}
{{- if or .System .Tools }}<|im_start|>system
{{- if .System }}