Uses of Class
net.thevpc.naru.impl.ia.budget.NaruModelStatsAccumulator
Packages that use NaruModelStatsAccumulator
-
Uses of NaruModelStatsAccumulator in net.thevpc.naru.impl.ia.budget
Methods in net.thevpc.naru.impl.ia.budget that return NaruModelStatsAccumulatorModifier and TypeMethodDescriptionNaruModelStatsAccumulator.setAccumulatedDuration(long accumulatedDuration) NaruModelStatsAccumulator.setCalls(long calls) NaruModelStatsAccumulator.setCompletionTokens(long completionTokens) NaruModelStatsAccumulator.setContextSize(long contextSize) NaruModelStatsAccumulator.setContextUsage(long contextUsage) NaruModelStatsAccumulator.setMaxDuration(long maxDuration) NaruModelStatsAccumulator.setMinDuration(long minDuration) NaruModelStatsAccumulator.setModel(NaruModelKey model) NaruModelStatsAccumulator.setPeakContextUsage(long peakContextUsage) NaruModelStatsAccumulator.setPromptTokens(long promptTokens) NaruModelStatsAccumulator.setTotalTokens(long totalTokens) NaruModelStatsAccumulator.setTotalTokensBudget(BigDecimal totalTokensBudget) NaruModelStatsAccumulator.setUnitBudget(BigDecimal unitBudget)