Release Candidate v0.3.0-rc.1 is published! #218
brainlid
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See the CHANGELOG for details on the breaking changes and how to update existing code.
There have been a LOT of fixes and new features in this release thanks to the many contributions!
Some of the features I'm most excited about:
SummarizeConversationChain
takes another LLMChain and all it's messages and summarizes and removes the summarized messages. This makes it easier to have long conversations while having more control over the context window and total input token count.LLMChain.run/2
has a new option calledwith_fallbacks: [...]
which allows your LLMChain to fallback to a different model when one is unavailable. This is an important feature for production systems that want uninterrupted service while OpenAI, Anthropic, or other LLM is "down" or "overloaded" or something.ChatOpenAI
showing how to use it with Azure Open AI hosted models.TextToTitleChain
now supports overriding the system prompt for better controlBeta Was this translation helpful? Give feedback.
All reactions