ExceedsRecommendation
data class ExceedsRecommendation(val reasons: List<BenchmarkLimitExceeded>, val recommendation: BenchmarkRecommendation) : GenerationModal.Benchmark(source)
Warns that the selected local parameters exceed the benchmark guidance.
Author
Dmitriy Moroz
Parameters
reasons
exceeded recommendation limits.
recommendation
latest benchmark recommendation.