You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BaseOpenAIChatCompletionClient has a total_usage property that's supposed to track the token usage of the client.
However, it looks like the logic to do so is not implemented correctly.
What happened?
The BaseOpenAIChatCompletionClient has a
total_usage
property that's supposed to track the token usage of the client.However, it looks like the logic to do so is not implemented correctly.
Here's the function responsible of adding usage
Here's how the function is being used
The function returns a
RequestUsage
object however, we are not even receiving that returned value.AutoGen version
0.4
Which package was this bug in
Extensions
Model used
No response
Python version
No response
Operating system
No response
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: