Releases: Chainlit/chainlit
Releases · Chainlit/chainlit
0.7.700
Added
- Support for custom HTML in message content is now an opt in feature in the config
- Uvicorn
ws_per_message_deflate
config param is now configurable likeUVICORN_WS_PER_MESSAGE_DEFLATE=false
Changed
- Latex support is no longer enabled by default and is now a feature in the config
Fixed
- Fixed LCEL memory message order in the prompt playground
- Fixed a key error when using the file watcher (-w)
- Fixed several user experience issues with
on_chat_resume
on_chat_end
is now always called when a chat ends- Switching chat profiles correctly clears previous AskMessages
0.7.604
Fixed
on_chat_resume
now works properly with non json serializable objectsLangchainCallbackHandler
no longer send tokens to the wrong user under high concurrency- Langchain cache should work when
cache
is totrue
inconfig.toml
0.7.604rc2
restore context
0.7.604rc1
make sure context is always carried (#552)
0.7.604rc0
fix scroll issue
0.7.603
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
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
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
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
Fixed
- httpx version