We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb327e8 commit 091a37aCopy full SHA for 091a37a
src/unstract/sdk/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "v0.73.0"
+__version__ = "v0.73.1"
2
3
4
def get_sdk_version() -> str:
src/unstract/sdk/utils/token_counter.py
@@ -95,11 +95,13 @@ def _get_tokens_from_response(
95
"prompt_tokens",
96
"input_tokens",
97
"prompt_eval_count",
98
+ "inputTokens",
99
)
100
possible_output_keys = (
101
"completion_tokens",
102
"output_tokens",
103
"eval_count",
104
+ "outputTokens",
105
106
107
prompt_tokens = 0
0 commit comments