0.7.0
版本发布时间: 2023-09-14 22:56:08
Chainlit/chainlit最新发布版本:2.0.3(2025-01-14 22:48:39)
Changed
- Authentication is now unopinionated:
-
@cl.password_auth_callback
for login/password auth -
@cl.oauth_callback
for oAuth auth -
@cl.header_auth_callback
for header auth
-
- Data persistence is now enabled through
CHAINLIT_API_KEY
env variable
Removed
-
@cl.auth_client_factory
(see new authentication) -
@cl.db_client_factory
(see new data persistence)
Added
-
disable_human_feedback
parameter oncl.Message
- Configurable logo
- Configurable favicon
- Custom CSS injection
- GCP Vertex AI LLM provider
- Long message collpasing feature flag
- Enable Prompt Playground feature flag
Fixed
- History page filters now work properly
- History page does not show empty conversations anymore
- Langchain callback handler Message errors