Description
v2.28.0 release plan
v2.28.0 will be released on Wednesday, Nov. 6 in the afternoon, Pacific Time.
See the commit history for the complete list of changes that will be introduced by this release: https://github.com/jupyterlab/jupyter-ai/commits/main/
Release summary
This release notably includes the following changes:
-
Models from the
Anthropic
andChatAnthropic
providers are now merged in the config UI, so all Anthropic models are shown in the same place in the "Language model" dropdown. -
Anthropic Claude v1 LLMs have been removed, as the models are retired and no longer available from the API.
-
The chat system prompt has been updated to encourage the LLM to express dollar quantities in LaTeX, i.e. the LLM should prefer returning
\(\$100\)
instead of$100
. For the latest LLMs, this generally fixes a rendering issue when multiple dollar quantities are given literally in the same sentence.- Note that the issue may still persist in older LLMs, which do not respect the system prompt as frequently.
- PR: Continue to allow
$
symbols to delimit inline math in human messages #1094
-
/export
has been fixed to include streamed replies, which were previously omitted. -
Calling non-chat providers with history has been fixed to behave properly in magics.
Pending changes
- Remove
AnthropicProvider
(dropping Claude v1 support) on Nov 6, as the Claude v1 models are being retired and will no longer be available to invoke from the API: RemoveAnthropicProvider
on Nov 6, 2024 #1071