Release Candidate v0.3.0-rc.0 is published! #139
brainlid
announced in
Announcements
Replies: 2 comments 1 reply
-
I have been running 0.3.0-rc.0 for a couple weeks now and no issues to report. I am using the token_usage callback and it also seems to be working. I also checked the OpenAI billing dashboard to compare and it all seemed to match perfectly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@brainlid what do you think of expanding documentation in this direction main...tubedude:langchain:docs What to think of an AI library without AI generated documention? :) |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
There are some breaking changes around how callbacks work. See the CHANGELOG for details and migration steps.
Another breaking change is with
ChatGoogleAI
where theversion
field was renamed toapi_version
.With the callback changes, now we have the ability to get API response headers with rate limits information. We also get token usage information!
Please try it out and open issues with any problems you encounter. Thank you for using the library and contributing to our growing little band. 🙂
Beta Was this translation helpful? Give feedback.
All reactions