Skip to content

1.1.0

Compare
Choose a tag to compare
@willydouhard willydouhard released this 13 May 14:01
· 306 commits to main since this release
357f2cd

Added

  • You can know serve your Chainlit app as a Slack bot
  • You can know serve your Chainlit app as a Discord bot
  • cl.on_audio_chunk decorator to process incoming the user incoming audio stream
  • cl.on_audio_end decorator to react to the end of the user audio stream
  • The cl.Audio element now has an auto_play property
  • layout theme config, wide or default
  • http_referer is now available in cl.user_session

Changed

  • The UI has been revamped, especially the navigation
  • The arrow up button has been removed from the input bar, however pressing the arrow up key still opens the last inputs menu
  • The user session will no longer be persisted as metadata if > 1mb
  • [breaking] the send() method on cl.Message now returns the message instead of the message id
  • [breaking] The multi_modal feature has been renamed spontaneous_file_upload in the config
  • Element display property now defaults to inline instead of side
  • The SQL Alchemy data layer logging has been improved

Fixed

  • Fixed a bug disconnecting the user when loading the chat history
  • Elements based on an URL should now have a mime type
  • Stopping a task should now work better (using asyncio task.cancel)