Skip to content

Commit 1d4dc35

Browse files
authored
Merge pull request #32 from AgentOps-AI/31-add-update_model-to-init
update pyproject and init
2 parents 91cc7c4 + 5057c6b commit 1d4dc35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tokencost = ["model_prices.json"]
1010

1111
[project]
1212
name = "tokencost"
13-
version = "0.1.3"
13+
version = "0.1.4"
1414
authors = [
1515
{ name = "Trisha Pan", email = "trishaepan@gmail.com" },
1616
{ name = "Alex Reibman", email = "areibman@gmail.com" },

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
7+
from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS_STATIC, update_token_costs

0 commit comments

Comments
 (0)