mirror of
https://github.com/AgentOps-AI/tokencost.git
synced 2024-06-22 04:30:40 +03:00
upgrade tiktoken for o200k tokenizer
This commit is contained in:
@@ -10,7 +10,7 @@ tokencost = ["model_prices.json"]
|
||||
|
||||
[project]
|
||||
name = "tokencost"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
authors = [
|
||||
{ name = "Trisha Pan", email = "trishaepan@gmail.com" },
|
||||
{ name = "Alex Reibman", email = "areibman@gmail.com" },
|
||||
@@ -24,7 +24,7 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"tiktoken>=0.5.2",
|
||||
"tiktoken>=0.7.0",
|
||||
"aiohttp>=3.9.3"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user