Skip to content

Commit 9a3e64a

Browse files
committed
ci: fix copilot line removal
Signed-off-by: mohammadkhan <mohammadkhan@digitalocean.com>
1 parent b2cb821 commit 9a3e64a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/epp/framework/plugins/requestcontrol/dataproducer/inflightload/token_estimator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func NewSimpleTokenEstimator() TokenEstimator {
4949

5050
// NewSimpleTokenEstimatorWithRatio returns a SimpleTokenEstimator that estimates
5151
// output tokens as round(inputTokens * ratio).
52+
func NewSimpleTokenEstimatorWithRatio(ratio float64) TokenEstimator {
5253
return &SimpleTokenEstimator{
5354
OutputRatio: ratio,
5455
}

0 commit comments

Comments
 (0)