Skip to content

Commit 3a1f328

Browse files
committed
fix bug
1 parent 5057c6b commit 3a1f328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokencost/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
calculate_completion_cost,
55
calculate_prompt_cost,
66
)
7-
from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS_STATIC, update_token_costs
7+
from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS, update_token_costs

0 commit comments

Comments
 (0)