v2.13.0
2.13.0
This release uses the new LangChain partner packages for Anthropic and OpenAI. This allows Jupyter AI to support additional Anthropic and OpenAI models that are not available from the langchain package alone.
Existing users upgrading to this version will have to take additional action, outlined below.
- If you are using Anthropic models: please install the
langchain-anthropicpackage. - If you are using OpenAI models: please install the
langchain-openaipackage. - Otherwise, no action is needed.
Enhancements made
- Improve support for custom providers #713 (@dlqqq)
- Update Anthropic providers to use
langchain_anthropicpartner package #700 (@dlqqq) - Add Claude-3-Haiku #696 (@srdas)
- Use
AZURE_OPENAI_API_KEYfor Azure OpenAI provider #691 (@aroffe99) - /export added #658 (@apurvakhatri)
Bugs fixed
- Fix rendering of model IDs with a colon in their name #704 (@dlqqq)
- Update Anthropic providers to use
langchain_anthropicpartner package #700 (@dlqqq) - Use new
langchain-openaipartner package #653 (@startakovsky)
Contributors to this release
(GitHub contributors page for this release)
@apurvakhatri | @aroffe99 | @dlqqq | @lumberbot-app | @srdas | @startakovsky | @welcome