We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5057c6b commit 3a1f328Copy full SHA for 3a1f328
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