Skip to content

Commit 6f131d4

Browse files
clean
1 parent 0b56505 commit 6f131d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/provider/anthropic/cost.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func (ce *CostEstimator) EstimatePromptCost(model string, tks int) (float64, err
101101
}
102102

103103
func SelectModel(model string) string {
104-
fmt.Printf("==== Input model: %q\n", model)
105104
if strings.HasPrefix(model, "claude-sonnet-4.6") || strings.HasPrefix(model, "claude-sonnet-4-6") {
106105
return "claude-sonnet-4.6"
107106
}

0 commit comments

Comments
 (0)