Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jul 17, 2024
1 parent adbf033 commit 374bf26
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ def __init__(
self.client = Anthropic(api_key=self.api_key.resolve_value())
self.ignore_tools_thinking_messages = ignore_tools_thinking_messages

warnings.warn(
"The output of the AnthropicGenerator will soon change. The 'usage' entry in the 'meta' dictionary "
"will have the keys 'input_tokens' and 'output_tokens' replaced by 'prompt_tokens' and 'completion_tokens' "
"respectively."
)

warnings.warn(
"The `meta` output of the AnthropicChatGenerator will change in the next release to be inline with "
"OpenAI `meta`output keys.", stacklevel=2
Expand Down

0 comments on commit 374bf26

Please sign in to comment.