chainlit 1.1.101__tar.gz → 1.1.201__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of chainlit might be problematic. Click here for more details.
- {chainlit-1.1.101 → chainlit-1.1.201}/PKG-INFO +4 -1
- {chainlit-1.1.101 → chainlit-1.1.201}/README.md +3 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/config.py +6 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/copilot/dist/index.js +218 -222
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/discord/app.py +18 -9
- chainlit-1.1.101/chainlit/frontend/dist/assets/index-37c9a5a9.js → chainlit-1.1.201/chainlit/frontend/dist/assets/index-bf0451c6.js +125 -129
- chainlit-1.1.101/chainlit/frontend/dist/assets/react-plotly-c55d0c95.js → chainlit-1.1.201/chainlit/frontend/dist/assets/react-plotly-1ca97c0e.js +1 -1
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/frontend/dist/index.html +1 -1
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/message.py +2 -2
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/server.py +3 -1
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/slack/app.py +18 -7
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/step.py +11 -12
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/types.py +1 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/pyproject.toml +1 -1
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/__main__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/action.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/auth.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/cache.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/chat_settings.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/cli/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/cli/utils.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/context.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/copilot/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/copilot/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/data/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/data/acl.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/data/sql_alchemy.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/data/storage_clients.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/discord/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/element.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/emitter.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/frontend/dist/assets/index-d088547c.css +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/frontend/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/frontend/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/frontend/dist/favicon.svg +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/haystack/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/haystack/callbacks.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/hello.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/input_widget.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/langchain/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/langchain/callbacks.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/langflow/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/llama_index/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/llama_index/callbacks.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/logger.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/markdown.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/oauth_providers.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/openai/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/config.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/provider.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/anthropic.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/huggingface.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/langchain.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/openai.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/playground/providers/vertexai.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/py.typed +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/secret.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/session.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/slack/__init__.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/socket.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/sync.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/telemetry.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/translations/en-US.json +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/translations.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/user.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/user_session.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/utils.py +0 -0
- {chainlit-1.1.101 → chainlit-1.1.201}/chainlit/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chainlit
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.201
|
|
4
4
|
Summary: Build Conversational AI.
|
|
5
5
|
Home-page: https://github.com/Chainlit/chainlit
|
|
6
6
|
License: Apache-2.0 license
|
|
@@ -46,6 +46,9 @@ Description-Content-Type: text/markdown
|
|
|
46
46
|
|
|
47
47
|
**Build production-ready Conversational AI applications in minutes, not weeks ⚡️**
|
|
48
48
|
|
|
49
|
+
> [!NOTE]
|
|
50
|
+
> You can ask Chainlit related questions to [Chainlit Help](https://help.chainlit.io/)! Also available on the Discord `@Chainlit Help`. Proudly built with Chainlit!
|
|
51
|
+
|
|
49
52
|
Chainlit is an open-source async Python framework which allows developers to build scalable Conversational AI or agentic applications.
|
|
50
53
|
|
|
51
54
|
- ✅ ChatGPT-like application
|
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
**Build production-ready Conversational AI applications in minutes, not weeks ⚡️**
|
|
8
8
|
|
|
9
|
+
> [!NOTE]
|
|
10
|
+
> You can ask Chainlit related questions to [Chainlit Help](https://help.chainlit.io/)! Also available on the Discord `@Chainlit Help`. Proudly built with Chainlit!
|
|
11
|
+
|
|
9
12
|
Chainlit is an open-source async Python framework which allows developers to build scalable Conversational AI or agentic applications.
|
|
10
13
|
|
|
11
14
|
- ✅ ChatGPT-like application
|
|
@@ -127,6 +127,9 @@ hide_cot = false
|
|
|
127
127
|
# Specify a custom font url.
|
|
128
128
|
# custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
|
129
129
|
|
|
130
|
+
# Specify a custom meta image url.
|
|
131
|
+
# custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
|
|
132
|
+
|
|
130
133
|
# Specify a custom build directory for the frontend.
|
|
131
134
|
# This can be used to customize the frontend code.
|
|
132
135
|
# Be careful: If this is a relative path, it should not start with a slash.
|
|
@@ -244,6 +247,9 @@ class UISettings(DataClassJsonMixin):
|
|
|
244
247
|
custom_css: Optional[str] = None
|
|
245
248
|
custom_js: Optional[str] = None
|
|
246
249
|
custom_font: Optional[str] = None
|
|
250
|
+
# Optional custom meta tag for image preview
|
|
251
|
+
custom_meta_image_url: Optional[str] = None
|
|
252
|
+
# Optional custom build directory for the frontend
|
|
247
253
|
custom_build: Optional[str] = None
|
|
248
254
|
|
|
249
255
|
|