We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdb016 commit f4e9f2bCopy full SHA for f4e9f2b
1 file changed
example/compression.py
@@ -121,7 +121,7 @@
121
)
122
print(f" Savings: {savings_pct:.1f}% of input tokens saved!")
123
print()
124
- print(f" 💡 Without compression, this request would have used")
+ print(" 💡 Without compression, this request would have used")
125
print(f" {response.compression.input_tokens} input tokens.")
126
print(
127
f" With compression, only {response.compression.input_tokens - response.compression.saved_tokens} tokens were processed!"
0 commit comments