Skip to content

Releases: Chainlit/chainlit

0.7.602rc0

11 Nov 18:15
529a30a
Compare
Choose a tag to compare
0.7.602rc0 Pre-release
Pre-release
send final streamed mesage (#533)

* send final streamed mesage

* disable feedback buttons while streaming

* fix disabled human feedback while streaming

* bump version

* update changelog

0.7.601rc0

09 Nov 14:28
Compare
Choose a tag to compare
0.7.601rc0 Pre-release
Pre-release

Added

  • Latex support (only supporting $$ notation)

Fixed

  • Now properly displaying empty messages with inlined elements
  • Langchain callback too many values to unpack

0.7.600rc1

08 Nov 18:31
Compare
Choose a tag to compare
0.7.600rc1 Pre-release
Pre-release

Fixed

  • httpx version

0.7.600rc0

08 Nov 17:39
371b374
Compare
Choose a tag to compare
0.7.600rc0 Pre-release
Pre-release

Changed

  • Replaced aiohttp with httpx
  • Prompt Playground has been updated to work with the new openai release (v1). Including tools.

0.7.501

07 Nov 18:46
Compare
Choose a tag to compare

Fixed

  • Langchain tool intermediate steps are now correctly displayed

0.7.500

07 Nov 14:51
Compare
Choose a tag to compare

Added

  • cl.on_chat_resume decorator to enable users to continue a conversation.
  • Support for OpenAI functions in the Prompt Playground
  • Ability to add/remove messages in the Prompt Playground
  • Plotly element to display interactive charts

Fixed

  • Langchain intermediate steps display are now much more readable
  • Chat history loading latency has been enhanced
  • UTF-8 characters are now correctly displayed in json code blocks
  • Select widget items attribute is now working properly
  • Chat profiles widget is no longer scrolling horizontally

0.7.400

27 Oct 14:24
1e9e8e5
Compare
Choose a tag to compare

Added

Changed

  • LangchainCallbackHandler is now displaying inputs and outputs of intermediate steps.

Fixed

  • AskUserMessage now work properly with data persistence
  • You can now use a custom okta authorization server for authentication

0.7.301

17 Oct 15:28
Compare
Choose a tag to compare

Fixed

  • Minor UI details

0.7.3

17 Oct 08:25
Compare
Choose a tag to compare

Added

  • ChatProfile allows to configure different agents that the user can freely chose
  • Multi modal support at the input bar level. Enabled by features.multi_modal in the config
  • cl.AskUserAction allows to block code execution until the user clicked an action.
  • Displaying readme when chat is empty is now configurable through ui.show_readme_as_default in the config

Changed

  • cl.on_message is no longer taking a string as parameter but rather a cl.Message

Fixed

  • Chat history is now correctly displayed on mobile
  • Azure AD OAuth authentication should now correctly display the user profile picture

Removed

  • @cl.on_file_upload is replaced by true multi modal support at the input bar level

0.7.2

10 Oct 13:19
Compare
Choose a tag to compare

Added

  • Logo is displayed in the UI header (works with custom logo)
  • Azure AD single tenant is now supported
  • collapsed attribute on the Action class
  • Latency improvements when data persistence is enabled

Changed

  • Chat history has been entirely reworked
  • Chat messages redesign
  • config.ui.base_url becomes CHAINLIT_URL env variable

Fixed

  • File watcher (-w) is now working with nested module imports
  • Unsupported character during OAuth authentication