3.0.0beta7
This release notably upgrades to jupyterlab-chat==0.17.0
, which is in the process of being published onto Conda Forge. This release is being targeted as the first V3 release to be published onto Conda Forge! 🎉
This release also fixes a bug that prevented some users from starting Jupyter AI locally on v3.0.0b6
. Thank you @andreyvelich for contributing that fix so quickly! 💪
Finally, we've also added some enhancements & fixes for the magic commands & the model parameters UI. 🤗
Enhancements made
- Upgrade to
jupyterlab-chat
v0.17.0 #1480 (@dlqqq) - Add
api_base
to common model parameters #1478 (@jonahjung22) - [magics] Add options to include the API url & key with alias #1477 (@srdas)
- Simplify model parameter REST API #1475 (@jonahjung22)
- Add model parameter type dropdown #1473 (@jonahjung22)
- [magics] Add
--api-base
and--api-key-name
arguments #1471 (@srdas) - Show the AI settings in the right area with Jupyter Notebook #1470 (@jtpio)
Bugs fixed
- Fix empty directory for Jupyter AI config #1472 (@andreyvelich)
Maintenance and upkeep improvements
- fixes directory of pr template #1474 (@jonahjung22)
Contributors to this release
(GitHub contributors page for this release)
@andreyvelich | @brichet | @dlqqq | @ellisonbg | @jonahjung22 | @jtpio | @srdas