tokenator 0.1.7__tar.gz → 0.1.8__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tokenator
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Token usage tracking wrapper for LLMs
5
5
  License: MIT
6
6
  Author: Ujjwal Maheshwari
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tokenator"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Token usage tracking wrapper for LLMs"
5
5
  authors = ["Ujjwal Maheshwari <your.email@example.com>"]
6
6
  readme = "README.md"
@@ -147,3 +147,5 @@ def tokenator_openai(
147
147
  return AsyncOpenAIWrapper(client=client, db_path=db_path)
148
148
 
149
149
  raise ValueError("Client must be an instance of OpenAI or AsyncOpenAI")
150
+
151
+ __all__ = ["tokenator_openai"]
File without changes
File without changes