This commit is contained in:
2026-05-13 11:37:57 +09:00
parent 619407966e
commit ad6d00ac39
7 changed files with 121 additions and 32 deletions
-3
View File
@@ -671,9 +671,6 @@ object RagService {
val alignmentBonus = if (s.ultraShort > s.shortTerm && s.shortTerm > s.midTerm) 3.0 else 0.0
return (base + alignmentBonus).coerceIn(0.0, 25.0)
}
}