tomas.helmfridsson commited on
Commit
ee59dc1
Β·
1 Parent(s): cd31712
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ CHUNK_SIZE = 400
22
  CHUNK_OVERLAP = 40
23
  CTX_TOK_MAX = 750 # sparar marginal till frΓ₯ga + svar
24
  MAX_NEW_TOKENS = 128
25
- K = 10
26
  DEFAULT_TEMP = 0.3
27
 
28
  # ── LOGGING ──────────────────────────────────────────────────────────
 
22
  CHUNK_OVERLAP = 40
23
  CTX_TOK_MAX = 750 # sparar marginal till frΓ₯ga + svar
24
  MAX_NEW_TOKENS = 128
25
+ K = 3
26
  DEFAULT_TEMP = 0.3
27
 
28
  # ── LOGGING ──────────────────────────────────────────────────────────