From 5057c6b4a36d3ad0c2312b99d990bb31494da5e9 Mon Sep 17 00:00:00 2001 From: reibs Date: Tue, 26 Mar 2024 16:42:49 -0700 Subject: [PATCH] update pyproject and init --- pyproject.toml | 2 +- tokencost/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2533e13..7c44c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ tokencost = ["model_prices.json"] [project] name = "tokencost" -version = "0.1.3" +version = "0.1.4" authors = [ { name = "Trisha Pan", email = "trishaepan@gmail.com" }, { name = "Alex Reibman", email = "areibman@gmail.com" }, diff --git a/tokencost/__init__.py b/tokencost/__init__.py index 5ad7f99..4a0eea4 100644 --- a/tokencost/__init__.py +++ b/tokencost/__init__.py @@ -4,4 +4,4 @@ calculate_completion_cost, calculate_prompt_cost, ) -from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS_STATIC +from .constants import TOKEN_COSTS_STATIC, TOKEN_COSTS_STATIC, update_token_costs