Skip to content

Commit 9160410

Browse files
authored
Merge pull request #33 from AgentOps-AI/31-add-update_model-to-init
fix bug
2 parents 1d4dc35 + 3a1f328 commit 9160410

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)