Skip to content

Commit

Permalink
Merge pull request #45 from AgentOps-AI/44-upgrade-tiktoken-to-use-o2…
Browse files Browse the repository at this point in the history
…00k-models-for-gpt-4o

upgrade tiktoken for o200k tokenizer
  • Loading branch information
areibman committed May 22, 2024
2 parents 13a0f77 + bedeb42 commit 4b689af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tokencost = ["model_prices.json"]

[project]
name = "tokencost"
version = "0.1.7"
version = "0.1.8"
authors = [
{ name = "Trisha Pan", email = "[email protected]" },
{ name = "Alex Reibman", email = "[email protected]" },
Expand All @@ -24,7 +24,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"tiktoken>=0.5.2",
"tiktoken>=0.7.0",
"aiohttp>=3.9.3"
]

Expand Down

0 comments on commit 4b689af

Please sign in to comment.