first commit

This commit is contained in:
Luca Sacchi Ricciardi
2026-03-30 16:35:05 +00:00
commit 8e17722311
25 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
FROM glm-4.7-flash:latest
# --- PARAMETERS (Spec-Driven Context Management) ---
# Imposta la context window a 198.000 token
PARAMETER num_ctx 198000
# Temperatura bilanciata (default 1, ma 0.7 aiuta la precisione su contesti lunghi)
PARAMETER temperature 0.7
# Gestione ripetizioni su testi lunghi
PARAMETER repeat_penalty 1.1
# Timeout lungo per gestire il caricamento del KV Cache su APU
PARAMETER num_predict -1