We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d4dc35 + 3a1f328 commit 9160410Copy full SHA for 9160410
1 file changed
tokencost/__init__.py
@@ -4,4 +4,4 @@
4
calculate_completion_cost,
5
calculate_prompt_cost,
6
)
7
-from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS_STATIC, update_token_costs
+from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS, update_token_costs
0 commit comments