Skip to content

Releases: Chainlit/chainlit

0.7.604rc2

17 Nov 19:56
Compare
Choose a tag to compare
0.7.604rc2 Pre-release
Pre-release
restore context

0.7.604rc1

17 Nov 19:37
a4548d1
Compare
Choose a tag to compare
0.7.604rc1 Pre-release
Pre-release
make sure context is always carried (#552)

0.7.604rc0

16 Nov 17:02
Compare
Choose a tag to compare
0.7.604rc0 Pre-release
Pre-release
fix scroll issue

0.7.603

15 Nov 18:21
57d14f9
Compare
Choose a tag to compare

Fixed

  • Markdown links special characters are no longer encoded
  • Collapsed messages no longer make the chat scroll
  • Stringified Python objects are now displayed in a Python code block

0.7.602

14 Nov 15:17
Compare
Choose a tag to compare

Added

  • Latex support (only supporting $$ notation)
  • Go back button on element page

Fixed

  • Code blocks should no longer flicker or display [object object].
  • Now properly displaying empty messages with inlined elements
  • Fixed Too many values to unpack error in langchain callback
  • Langchain final streamed answer is now annotable with human feedback
  • AzureOpenAI should now work properly in the Prompt Playground

Changed

  • Code blocks display has been enhanced
  • Replaced aiohttp with httpx
  • Prompt Playground has been updated to work with the new openai release (v1). Including tools
  • Auth0 oauth provider has a new configurable env variable OAUTH_AUTH0_ORIGINAL_DOMAIN

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