chainlit 2.0.4__py3-none-any.whl → 2.0.5__py3-none-any.whl
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/copilot/dist/index.js +1511 -1511
- chainlit/element.py +1 -1
- chainlit/emitter.py +12 -0
- chainlit/frontend/dist/assets/{DailyMotion-Ce9dQoqZ.js → DailyMotion-DgnStuXc.js} +1 -1
- chainlit/frontend/dist/assets/{Dataframe-C1XonMcV.js → Dataframe-DawdSSSz.js} +1 -1
- chainlit/frontend/dist/assets/{Facebook-DVVt6lrr.js → Facebook-Dkb3dkMk.js} +1 -1
- chainlit/frontend/dist/assets/{FilePlayer-c7stW4vz.js → FilePlayer-Dr99LCnS.js} +1 -1
- chainlit/frontend/dist/assets/{Kaltura-BmMmgorA.js → Kaltura-Dd2OL4Gx.js} +1 -1
- chainlit/frontend/dist/assets/{Mixcloud-Cw8hDmiO.js → Mixcloud-Daz6VajP.js} +1 -1
- chainlit/frontend/dist/assets/{Mux-DiRZfeUf.js → Mux-Dj_4KxDa.js} +1 -1
- chainlit/frontend/dist/assets/{Preview-6Jt2mRHx.js → Preview-BM6sE6YJ.js} +1 -1
- chainlit/frontend/dist/assets/{SoundCloud-DKwcT58_.js → SoundCloud-BDq_zmWp.js} +1 -1
- chainlit/frontend/dist/assets/{Streamable-BVdxrEeX.js → Streamable-DEbcNGqP.js} +1 -1
- chainlit/frontend/dist/assets/{Twitch-DFqZR7Gu.js → Twitch-DCDKzjvH.js} +1 -1
- chainlit/frontend/dist/assets/{Vidyard-0BQAAtVk.js → Vidyard-BvNar4MT.js} +1 -1
- chainlit/frontend/dist/assets/{Vimeo-CRFSH0Vu.js → Vimeo-VW5C8KXV.js} +1 -1
- chainlit/frontend/dist/assets/{Wistia-CKrmdQaG.js → Wistia-DY3znsQk.js} +1 -1
- chainlit/frontend/dist/assets/{YouTube-CQpL-rvU.js → YouTube-CwSKe0WO.js} +1 -1
- chainlit/frontend/dist/assets/{index-QdmxtIMQ.js → index-AmAHbFrh.js} +1417 -1417
- chainlit/frontend/dist/assets/index-UbcaGyQ2.css +1 -0
- chainlit/frontend/dist/assets/{react-plotly-B9hvVpUG.js → react-plotly-LhBoPkZg.js} +1 -1
- chainlit/frontend/dist/index.html +2 -2
- chainlit/message.py +7 -0
- chainlit/step.py +1 -0
- chainlit/translations/bn.json +168 -221
- chainlit/translations/en-US.json +167 -245
- chainlit/translations/gu.json +168 -221
- chainlit/translations/he-IL.json +167 -220
- chainlit/translations/hi.json +168 -221
- chainlit/translations/ja.json +181 -232
- chainlit/translations/kn.json +168 -221
- chainlit/translations/ml.json +168 -221
- chainlit/translations/mr.json +168 -221
- chainlit/translations/nl-NL.json +181 -232
- chainlit/translations/ta.json +168 -221
- chainlit/translations/te.json +168 -221
- chainlit/translations/zh-CN.json +167 -219
- chainlit/types.py +9 -0
- chainlit/version.py +1 -1
- {chainlit-2.0.4.dist-info → chainlit-2.0.5.dist-info}/METADATA +3 -3
- {chainlit-2.0.4.dist-info → chainlit-2.0.5.dist-info}/RECORD +43 -43
- chainlit/frontend/dist/assets/index-DQmLRKyv.css +0 -1
- {chainlit-2.0.4.dist-info → chainlit-2.0.5.dist-info}/WHEEL +0 -0
- {chainlit-2.0.4.dist-info → chainlit-2.0.5.dist-info}/entry_points.txt +0 -0
chainlit/translations/zh-CN.json
CHANGED
|
@@ -1,243 +1,191 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
"common": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "取消",
|
|
5
|
+
"confirm": "确认",
|
|
6
|
+
"continue": "继续",
|
|
7
|
+
"goBack": "返回",
|
|
8
|
+
"reset": "重置",
|
|
9
|
+
"submit": "提交"
|
|
10
|
+
},
|
|
11
|
+
"status": {
|
|
12
|
+
"loading": "加载中...",
|
|
13
|
+
"error": {
|
|
14
|
+
"default": "发生错误",
|
|
15
|
+
"serverConnection": "无法连接到服务器"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"auth": {
|
|
20
|
+
"login": {
|
|
21
|
+
"title": "登录以访问应用",
|
|
22
|
+
"form": {
|
|
23
|
+
"email": {
|
|
24
|
+
"label": "电子邮箱",
|
|
25
|
+
"required": "邮箱是必填项"
|
|
26
|
+
},
|
|
27
|
+
"password": {
|
|
28
|
+
"label": "密码",
|
|
29
|
+
"required": "密码是必填项"
|
|
30
|
+
},
|
|
31
|
+
"actions": {
|
|
32
|
+
"signin": "登录"
|
|
33
|
+
},
|
|
34
|
+
"alternativeText": {
|
|
35
|
+
"or": "或"
|
|
12
36
|
}
|
|
37
|
+
},
|
|
38
|
+
"errors": {
|
|
39
|
+
"default": "无法登录",
|
|
40
|
+
"signin": "请尝试使用其他账号登录",
|
|
41
|
+
"oauthSignin": "请尝试使用其他账号登录",
|
|
42
|
+
"redirectUriMismatch": "重定向URI与OAuth应用配置不匹配",
|
|
43
|
+
"oauthCallback": "请尝试使用其他账号登录",
|
|
44
|
+
"oauthCreateAccount": "请尝试使用其他账号登录",
|
|
45
|
+
"emailCreateAccount": "请尝试使用其他账号登录",
|
|
46
|
+
"callback": "请尝试使用其他账号登录",
|
|
47
|
+
"oauthAccountNotLinked": "为确认您的身份,请使用原始账号登录",
|
|
48
|
+
"emailSignin": "邮件发送失败",
|
|
49
|
+
"emailVerify": "请验证您的邮箱,新的验证邮件已发送",
|
|
50
|
+
"credentialsSignin": "登录失败。请检查您提供的信息是否正确",
|
|
51
|
+
"sessionRequired": "请登录以访问此页面"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"provider": {
|
|
55
|
+
"continue": "继续使用{{provider}}"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"chat": {
|
|
59
|
+
"input": {
|
|
60
|
+
"placeholder": "在此输入您的消息...",
|
|
61
|
+
"actions": {
|
|
62
|
+
"send": "发送消息",
|
|
63
|
+
"stop": "停止任务",
|
|
64
|
+
"attachFiles": "附加文件"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"speech": {
|
|
68
|
+
"start": "开始录音",
|
|
69
|
+
"stop": "停止录音",
|
|
70
|
+
"connecting": "连接中"
|
|
71
|
+
},
|
|
72
|
+
"fileUpload": {
|
|
73
|
+
"dragDrop": "将文件拖放到这里",
|
|
74
|
+
"browse": "浏览文件",
|
|
75
|
+
"sizeLimit": "限制:",
|
|
76
|
+
"errors": {
|
|
77
|
+
"failed": "上传失败",
|
|
78
|
+
"cancelled": "已取消上传"
|
|
13
79
|
}
|
|
14
80
|
},
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
81
|
+
"messages": {
|
|
82
|
+
"status": {
|
|
83
|
+
"using": "使用中",
|
|
84
|
+
"used": "已使用"
|
|
18
85
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"error": "发生错误"
|
|
86
|
+
"actions": {
|
|
87
|
+
"copy": {
|
|
88
|
+
"button": "复制到剪贴板",
|
|
89
|
+
"success": "已复制!"
|
|
24
90
|
}
|
|
25
91
|
},
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"cancel": "取消",
|
|
34
|
-
"confirm": "确认"
|
|
35
|
-
},
|
|
36
|
-
"settingsModal": {
|
|
37
|
-
"settings": "设置",
|
|
38
|
-
"expandMessages": "展开消息",
|
|
39
|
-
"hideChainOfThought": "隐藏思考链",
|
|
40
|
-
"darkMode": "暗色模式"
|
|
41
|
-
},
|
|
42
|
-
"detailsButton": {
|
|
43
|
-
"using": "使用",
|
|
44
|
-
"used": "已用"
|
|
45
|
-
},
|
|
46
|
-
"auth": {
|
|
47
|
-
"authLogin": {
|
|
48
|
-
"title": "登录以访问应用。",
|
|
49
|
-
"form": {
|
|
50
|
-
"email": "电子邮箱地址",
|
|
51
|
-
"password": "密码",
|
|
52
|
-
"noAccount": "没有账户?",
|
|
53
|
-
"alreadyHaveAccount": "已有账户?",
|
|
54
|
-
"signup": "注册",
|
|
55
|
-
"signin": "登录",
|
|
56
|
-
"or": "或者",
|
|
57
|
-
"continue": "继续",
|
|
58
|
-
"forgotPassword": "忘记密码?",
|
|
59
|
-
"passwordMustContain": "您的密码必须包含:",
|
|
60
|
-
"emailRequired": "电子邮箱是必填项",
|
|
61
|
-
"passwordRequired": "密码是必填项"
|
|
62
|
-
},
|
|
63
|
-
"error": {
|
|
64
|
-
"default": "无法登录。",
|
|
65
|
-
"signin": "尝试使用不同的账户登录。",
|
|
66
|
-
"oauthsignin": "尝试使用不同的账户登录。",
|
|
67
|
-
"redirect_uri_mismatch": "重定向URI与OAuth应用配置不匹配。",
|
|
68
|
-
"oauthcallbackerror": "尝试使用不同的账户登录。",
|
|
69
|
-
"oauthcreateaccount": "尝试使用不同的账户登录。",
|
|
70
|
-
"emailcreateaccount": "尝试使用不同的账户登录。",
|
|
71
|
-
"callback": "尝试使用不同的账户登录。",
|
|
72
|
-
"oauthaccountnotlinked": "为了验证您的身份,请使用最初使用的同一账户登录。",
|
|
73
|
-
"emailsignin": "无法发送邮件。",
|
|
74
|
-
"emailverify": "请验证您的电子邮件,已发送一封新邮件。",
|
|
75
|
-
"credentialssignin": "登录失败。请检查您提供的详细信息是否正确。",
|
|
76
|
-
"sessionrequired": "请登录以访问此页面。"
|
|
77
|
-
}
|
|
92
|
+
"feedback": {
|
|
93
|
+
"positive": "有帮助",
|
|
94
|
+
"negative": "没有帮助",
|
|
95
|
+
"edit": "编辑反馈",
|
|
96
|
+
"dialog": {
|
|
97
|
+
"title": "添加评论",
|
|
98
|
+
"submit": "提交反馈"
|
|
78
99
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"didNotReceive": "没找到邮件?",
|
|
83
|
-
"resendEmail": "重新发送邮件",
|
|
84
|
-
"goBack": "返回",
|
|
85
|
-
"emailSent": "邮件已成功发送。",
|
|
86
|
-
"verifyEmail": "验证您的电子邮件地址"
|
|
87
|
-
},
|
|
88
|
-
"providerButton": {
|
|
89
|
-
"continue": "使用{{provider}}继续",
|
|
90
|
-
"signup": "使用{{provider}}注册"
|
|
91
|
-
},
|
|
92
|
-
"authResetPassword": {
|
|
93
|
-
"newPasswordRequired": "新密码是必填项",
|
|
94
|
-
"passwordsMustMatch": "密码必须一致",
|
|
95
|
-
"confirmPasswordRequired": "确认密码是必填项",
|
|
96
|
-
"newPassword": "新密码",
|
|
97
|
-
"confirmPassword": "确认密码",
|
|
98
|
-
"resetPassword": "重置密码"
|
|
99
|
-
},
|
|
100
|
-
"authForgotPassword": {
|
|
101
|
-
"email": "电子邮箱地址",
|
|
102
|
-
"emailRequired": "电子邮箱是必填项",
|
|
103
|
-
"emailSent": "请检查电子邮箱{{email}}以获取重置密码的指示。",
|
|
104
|
-
"enterEmail": "请输入您的电子邮箱地址,我们将发送重置密码的指示。",
|
|
105
|
-
"resendEmail": "重新发送邮件",
|
|
106
|
-
"continue": "继续",
|
|
107
|
-
"goBack": "返回"
|
|
100
|
+
"status": {
|
|
101
|
+
"updating": "更新中",
|
|
102
|
+
"updated": "反馈已更新"
|
|
108
103
|
}
|
|
109
104
|
}
|
|
110
105
|
},
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
"executedSuccessfully": "执行成功",
|
|
145
|
-
"failed": "失败",
|
|
146
|
-
"feedbackUpdated": "反馈更新",
|
|
147
|
-
"updating": "正在更新"
|
|
148
|
-
},
|
|
149
|
-
"copyButton": {
|
|
150
|
-
"copyToClipboard": "拷贝到剪贴板",
|
|
151
|
-
"copied": "已拷贝!"
|
|
152
|
-
},
|
|
153
|
-
"feedbackButton": {
|
|
154
|
-
"helpful": "Helpful",
|
|
155
|
-
"notHelpful": "Not helpful",
|
|
156
|
-
"editFeedback": "Edit feedback"
|
|
157
|
-
},
|
|
158
|
-
"feedbackDialog": {
|
|
159
|
-
"dialogTitle": "Add a comment",
|
|
160
|
-
"submitButton": "Submit feedback"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"dropScreen": {
|
|
164
|
-
"dropYourFilesHere": "在这里拖放您的文件"
|
|
106
|
+
"history": {
|
|
107
|
+
"title": "最近输入",
|
|
108
|
+
"empty": "空空如也...",
|
|
109
|
+
"show": "显示历史"
|
|
110
|
+
},
|
|
111
|
+
"settings": {
|
|
112
|
+
"title": "设置面板"
|
|
113
|
+
},
|
|
114
|
+
"watermark": "技术支持"
|
|
115
|
+
},
|
|
116
|
+
"threadHistory": {
|
|
117
|
+
"sidebar": {
|
|
118
|
+
"title": "历史对话",
|
|
119
|
+
"filters": {
|
|
120
|
+
"search": "搜索"
|
|
121
|
+
},
|
|
122
|
+
"timeframes": {
|
|
123
|
+
"today": "今天",
|
|
124
|
+
"yesterday": "昨天",
|
|
125
|
+
"previous7days": "过去7天",
|
|
126
|
+
"previous30days": "过去30天"
|
|
127
|
+
},
|
|
128
|
+
"empty": "未找到对话",
|
|
129
|
+
"actions": {
|
|
130
|
+
"close": "关闭侧边栏",
|
|
131
|
+
"open": "打开侧边栏"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"thread": {
|
|
135
|
+
"untitled": "未命名对话",
|
|
136
|
+
"menu": {
|
|
137
|
+
"rename": "重命名",
|
|
138
|
+
"delete": "删除"
|
|
165
139
|
},
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
140
|
+
"actions": {
|
|
141
|
+
"delete": {
|
|
142
|
+
"title": "确认删除",
|
|
143
|
+
"description": "这将删除该对话及其所有消息和元素。此操作无法撤销",
|
|
144
|
+
"success": "对话已删除",
|
|
145
|
+
"inProgress": "正在删除对话"
|
|
171
146
|
},
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"threadHistory": {
|
|
180
|
-
"sidebar": {
|
|
181
|
-
"filters": {
|
|
182
|
-
"FeedbackSelect": {
|
|
183
|
-
"feedbackAll": "反馈:全部",
|
|
184
|
-
"feedbackPositive": "反馈:正面",
|
|
185
|
-
"feedbackNegative": "反馈:负面"
|
|
186
|
-
},
|
|
187
|
-
"SearchBar": {
|
|
188
|
-
"search": "搜索"
|
|
147
|
+
"rename": {
|
|
148
|
+
"title": "重命名对话",
|
|
149
|
+
"description": "为此对话输入新名称",
|
|
150
|
+
"form": {
|
|
151
|
+
"name": {
|
|
152
|
+
"label": "名称",
|
|
153
|
+
"placeholder": "输入新名称"
|
|
189
154
|
}
|
|
190
155
|
},
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
"cancel": "取消",
|
|
194
|
-
"confirm": "确认",
|
|
195
|
-
"deletingChat": "删除对话",
|
|
196
|
-
"chatDeleted": "对话已删除"
|
|
197
|
-
},
|
|
198
|
-
"index": {
|
|
199
|
-
"pastChats": "过往对话"
|
|
200
|
-
},
|
|
201
|
-
"ThreadList": {
|
|
202
|
-
"empty": "空的...",
|
|
203
|
-
"today": "今天",
|
|
204
|
-
"yesterday": "昨天",
|
|
205
|
-
"previous7days": "前7天",
|
|
206
|
-
"previous30days": "前30天"
|
|
207
|
-
},
|
|
208
|
-
"TriggerButton": {
|
|
209
|
-
"closeSidebar": "关闭侧边栏",
|
|
210
|
-
"openSidebar": "打开侧边栏"
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
"Thread": {
|
|
214
|
-
"backToChat": "返回对话",
|
|
215
|
-
"chatCreatedOn": "此对话创建于"
|
|
156
|
+
"success": "对话已重命名!",
|
|
157
|
+
"inProgress": "正在重命名对话"
|
|
216
158
|
}
|
|
217
|
-
},
|
|
218
|
-
"header": {
|
|
219
|
-
"chat": "对话",
|
|
220
|
-
"readme": "说明"
|
|
221
159
|
}
|
|
222
160
|
}
|
|
223
161
|
},
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
|
|
228
|
-
},
|
|
229
|
-
"pages": {
|
|
230
|
-
"Design": {},
|
|
231
|
-
"Env": {
|
|
232
|
-
"savedSuccessfully": "保存成功",
|
|
233
|
-
"requiredApiKeys": "必需的API密钥",
|
|
234
|
-
"requiredApiKeysInfo": "要使用此应用,需要以下API密钥。这些密钥存储在您的设备本地存储中。"
|
|
162
|
+
"navigation": {
|
|
163
|
+
"header": {
|
|
164
|
+
"chat": "聊天",
|
|
165
|
+
"readme": "说明"
|
|
235
166
|
},
|
|
236
|
-
"
|
|
237
|
-
"
|
|
167
|
+
"newChat": {
|
|
168
|
+
"button": "新建对话",
|
|
169
|
+
"dialog": {
|
|
170
|
+
"title": "创建新对话",
|
|
171
|
+
"description": "这将清除您当前的聊天记录。确定要继续吗?",
|
|
172
|
+
"tooltip": "新建对话"
|
|
173
|
+
}
|
|
238
174
|
},
|
|
239
|
-
"
|
|
240
|
-
"
|
|
175
|
+
"user": {
|
|
176
|
+
"menu": {
|
|
177
|
+
"settings": "设置",
|
|
178
|
+
"settingsKey": "S",
|
|
179
|
+
"apiKeys": "API密钥",
|
|
180
|
+
"logout": "退出登录"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"apiKeys": {
|
|
185
|
+
"title": "所需API密钥",
|
|
186
|
+
"description": "使用此应用需要以下API密钥。这些密钥存储在您设备的本地存储中。",
|
|
187
|
+
"success": {
|
|
188
|
+
"saved": "保存成功"
|
|
241
189
|
}
|
|
242
190
|
}
|
|
243
191
|
}
|
chainlit/types.py
CHANGED
|
@@ -249,6 +249,15 @@ class ChatProfile(DataClassJsonMixin):
|
|
|
249
249
|
FeedbackStrategy = Literal["BINARY"]
|
|
250
250
|
|
|
251
251
|
|
|
252
|
+
class CommandDict(TypedDict):
|
|
253
|
+
# The identifier of the command, will be displayed in the UI
|
|
254
|
+
id: str
|
|
255
|
+
# The description of the command, will be displayed in the UI
|
|
256
|
+
description: str
|
|
257
|
+
# The lucide icon name
|
|
258
|
+
icon: str
|
|
259
|
+
|
|
260
|
+
|
|
252
261
|
class FeedbackDict(TypedDict):
|
|
253
262
|
forId: str
|
|
254
263
|
id: Optional[str]
|
chainlit/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chainlit
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: Build Conversational AI.
|
|
5
5
|
Home-page: https://chainlit.io/
|
|
6
6
|
License: Apache-2.0
|
|
@@ -30,7 +30,7 @@ Requires-Dist: httpx (>=0.23.0)
|
|
|
30
30
|
Requires-Dist: lazify (>=0.4.0,<0.5.0)
|
|
31
31
|
Requires-Dist: literalai (==0.1.103)
|
|
32
32
|
Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0)
|
|
33
|
-
Requires-Dist: packaging (>=23.1
|
|
33
|
+
Requires-Dist: packaging (>=23.1)
|
|
34
34
|
Requires-Dist: pydantic (>=1,<3)
|
|
35
35
|
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
|
|
36
36
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
|
@@ -40,7 +40,7 @@ Requires-Dist: starlette (>=0.41.2,<0.42.0)
|
|
|
40
40
|
Requires-Dist: syncer (>=2.0.3,<3.0.0)
|
|
41
41
|
Requires-Dist: tomli (>=2.0.1,<3.0.0)
|
|
42
42
|
Requires-Dist: uptrace (>=1.22.0,<2.0.0)
|
|
43
|
-
Requires-Dist: uvicorn (>=0.25.0
|
|
43
|
+
Requires-Dist: uvicorn (>=0.25.0)
|
|
44
44
|
Requires-Dist: watchfiles (>=0.20.0,<0.21.0)
|
|
45
45
|
Project-URL: Documentation, https://docs.chainlit.io/
|
|
46
46
|
Project-URL: Repository, https://github.com/Chainlit/chainlit
|
|
@@ -14,7 +14,7 @@ chainlit/config.py,sha256=-5fArnxK7LJ1Am4Qww0i3aDAUWiWxKYxdMQo2ltcXak,16573
|
|
|
14
14
|
chainlit/context.py,sha256=BtbGRdmRRqOC5Vbz8zijkgiN0gyKuDamkPPNrscOgo4,3317
|
|
15
15
|
chainlit/copilot/dist/assets/logo_dark-IkGJ_IwC.svg,sha256=Kjz3QMh-oh-ag4YatjU0YCPqGF7F8nHh8VUQoJIs01E,8887
|
|
16
16
|
chainlit/copilot/dist/assets/logo_light-Bb_IPh6r.svg,sha256=sHjnvEq1rfqh3bcexJNYUY7WEDdTQZq3aKZYpi4w4ck,8889
|
|
17
|
-
chainlit/copilot/dist/index.js,sha256=
|
|
17
|
+
chainlit/copilot/dist/index.js,sha256=muq5dMg3NnecExrT4VP_gkpqUHF3kqo7G-KdjNfayiU,7754085
|
|
18
18
|
chainlit/data/__init__.py,sha256=u9s1XLiryEW9t0PuJOSbIjOHqgOQ8_BbtAwJcJmZyXI,4729
|
|
19
19
|
chainlit/data/acl.py,sha256=1g9fWxq3K2n06g1Ngb_QNBhyKNXUpKEGiUW6VnAfqtg,575
|
|
20
20
|
chainlit/data/base.py,sha256=CmqWc9BtqGk79UUqJJIni81vAJFaV_UFpaFCw7gTkR0,2527
|
|
@@ -31,30 +31,30 @@ chainlit/data/storage_clients/s3.py,sha256=E9Qtw3SEZkLCd9UXPlz0dTpFz8X-UDYk95dMA
|
|
|
31
31
|
chainlit/data/utils.py,sha256=cVe8p9F-lITgmAD2xhON_h0nKJVrh1P0AUoLCq6JCWs,966
|
|
32
32
|
chainlit/discord/__init__.py,sha256=lTHHcYQmfa2wpJ35m3eveEpUbp6ti2YSA7AdopfsREs,219
|
|
33
33
|
chainlit/discord/app.py,sha256=Kx0Y48Isy1BbwtoVM16tXqAIYtf_j8y1z2kXS5zIkuk,11175
|
|
34
|
-
chainlit/element.py,sha256=
|
|
35
|
-
chainlit/emitter.py,sha256=
|
|
36
|
-
chainlit/frontend/dist/assets/DailyMotion-
|
|
37
|
-
chainlit/frontend/dist/assets/Dataframe-
|
|
38
|
-
chainlit/frontend/dist/assets/Facebook-
|
|
39
|
-
chainlit/frontend/dist/assets/FilePlayer-
|
|
40
|
-
chainlit/frontend/dist/assets/Kaltura-
|
|
41
|
-
chainlit/frontend/dist/assets/Mixcloud-
|
|
42
|
-
chainlit/frontend/dist/assets/Mux-
|
|
43
|
-
chainlit/frontend/dist/assets/Preview-
|
|
44
|
-
chainlit/frontend/dist/assets/SoundCloud-
|
|
45
|
-
chainlit/frontend/dist/assets/Streamable-
|
|
46
|
-
chainlit/frontend/dist/assets/Twitch-
|
|
47
|
-
chainlit/frontend/dist/assets/Vidyard-
|
|
48
|
-
chainlit/frontend/dist/assets/Vimeo-
|
|
49
|
-
chainlit/frontend/dist/assets/Wistia-
|
|
50
|
-
chainlit/frontend/dist/assets/YouTube-
|
|
51
|
-
chainlit/frontend/dist/assets/index-
|
|
52
|
-
chainlit/frontend/dist/assets/index-
|
|
34
|
+
chainlit/element.py,sha256=LrS8RztAlXacDlV_-O_tH6sihKq23aNqfpT0mlV4T3M,11800
|
|
35
|
+
chainlit/emitter.py,sha256=WFR83Vyv1LsGoFWgnywhDoXBOLffjnv27qNgulMwy0Q,14494
|
|
36
|
+
chainlit/frontend/dist/assets/DailyMotion-DgnStuXc.js,sha256=FWOALaWTezW7olzGUdlTw6KpBK4gF0N-2jmrX9OMP8c,2958
|
|
37
|
+
chainlit/frontend/dist/assets/Dataframe-DawdSSSz.js,sha256=uNRqB4CqRVOiDRIjbKwuTiuZTXB9NaBmbvASAAJhmpA,53932
|
|
38
|
+
chainlit/frontend/dist/assets/Facebook-Dkb3dkMk.js,sha256=A6FQQtL3rO7M-x2Dt5vtmVqULZMYPfQvfiYjrWtZV-A,3213
|
|
39
|
+
chainlit/frontend/dist/assets/FilePlayer-Dr99LCnS.js,sha256=s-yiIQb4dKf-uB2iE4C_ZQC3Tz5TbHTXKpb58WRcyto,9038
|
|
40
|
+
chainlit/frontend/dist/assets/Kaltura-Dd2OL4Gx.js,sha256=GFeMdQ_cgH0bdn6Wzu7iobDBcAXadsOrAf4OQ3TukSA,2787
|
|
41
|
+
chainlit/frontend/dist/assets/Mixcloud-Daz6VajP.js,sha256=JEpLXaI8NlF9u5Mx7Zz12fwP76mC7BzF3QOq2f4vv-0,2635
|
|
42
|
+
chainlit/frontend/dist/assets/Mux-Dj_4KxDa.js,sha256=s7jLi2hlr353DRrfwjQX2LzmmQwUuN20hvJdY0iTX-o,5357
|
|
43
|
+
chainlit/frontend/dist/assets/Preview-BM6sE6YJ.js,sha256=p2KkxHDb17wWGJgYu_Uyt8AB2TFAtwcEqRG_a-MgRiE,3008
|
|
44
|
+
chainlit/frontend/dist/assets/SoundCloud-BDq_zmWp.js,sha256=vK-HkK5Na6DfRYyq6PaS68c_JvVYaxNZcYQPaWknDpA,2920
|
|
45
|
+
chainlit/frontend/dist/assets/Streamable-DEbcNGqP.js,sha256=SkYdMBaziMAtv7pd9fj1hv9Z6hs22cZwW3rTKDbSfEg,2932
|
|
46
|
+
chainlit/frontend/dist/assets/Twitch-DCDKzjvH.js,sha256=u_b-BFh0iJqLhLQqfw2fpLojZXGL2y_FFIIbK6S6n9Q,3080
|
|
47
|
+
chainlit/frontend/dist/assets/Vidyard-BvNar4MT.js,sha256=nON3wSwzGVe4NcoYjLxbHFos5--SsOIautC45sgZClc,2854
|
|
48
|
+
chainlit/frontend/dist/assets/Vimeo-VW5C8KXV.js,sha256=1tBUZxv8hoP2jNbBcSUhwJOakp78r6SJ0ocM6Ut5Tck,3624
|
|
49
|
+
chainlit/frontend/dist/assets/Wistia-DY3znsQk.js,sha256=Rocs2JarDwWT0JUyjRpSfVA7EAPls1zQuSew7Sw1cnQ,3516
|
|
50
|
+
chainlit/frontend/dist/assets/YouTube-CwSKe0WO.js,sha256=d6VHSa23TyaEIQsu2-mCYPugNDRsowsnSmgWrQ5Owfk,4445
|
|
51
|
+
chainlit/frontend/dist/assets/index-AmAHbFrh.js,sha256=_UD7hItyRdnlRWJtMi1TDPAqz382y5Vdw6d32AfeHMI,3745708
|
|
52
|
+
chainlit/frontend/dist/assets/index-UbcaGyQ2.css,sha256=A81ipAtS63lfWu5-9Yy-ePAEUkpv5QEIlpeN2F4XN7o,61562
|
|
53
53
|
chainlit/frontend/dist/assets/logo_dark-IkGJ_IwC.svg,sha256=Kjz3QMh-oh-ag4YatjU0YCPqGF7F8nHh8VUQoJIs01E,8887
|
|
54
54
|
chainlit/frontend/dist/assets/logo_light-Bb_IPh6r.svg,sha256=sHjnvEq1rfqh3bcexJNYUY7WEDdTQZq3aKZYpi4w4ck,8889
|
|
55
|
-
chainlit/frontend/dist/assets/react-plotly-
|
|
55
|
+
chainlit/frontend/dist/assets/react-plotly-LhBoPkZg.js,sha256=VHkI69wMA4XTVuxyuail75u0u5rMZegRGiNwbLWQ5qM,3762918
|
|
56
56
|
chainlit/frontend/dist/favicon.svg,sha256=0Cy8x28obT5eWW3nxZRhsEvu6_zMqrqbg0y6hT3D0Q0,6455
|
|
57
|
-
chainlit/frontend/dist/index.html,sha256=
|
|
57
|
+
chainlit/frontend/dist/index.html,sha256=pcGl3rwTEiqTdzSFZXNpxVtMEsZIuf-_cFPrXHR0x00,972
|
|
58
58
|
chainlit/haystack/__init__.py,sha256=uZ77YiPy-qleSTi3dQCDO9HE6S6F6GpJWmh7jO4cxXA,217
|
|
59
59
|
chainlit/haystack/callbacks.py,sha256=J5t6YL3QoxyT0sg8t08nPA7b4VOGKIkmWtkbmFZXjBI,5038
|
|
60
60
|
chainlit/hello.py,sha256=LwENQWo5s5r8nNDn4iKSV77vX60Ky5r_qGjQhyi7qlY,416
|
|
@@ -66,7 +66,7 @@ chainlit/llama_index/__init__.py,sha256=weRoIWCaRBGvA1LczCEfsqhWsltQSVlhtRnTovtd
|
|
|
66
66
|
chainlit/llama_index/callbacks.py,sha256=aCi39G4Sbh_MjuSZbBv3_PM5190YA5UqNTN7DrdtT1I,7282
|
|
67
67
|
chainlit/logger.py,sha256=wTwRSZsLfXwWy6U4351IgWAm4KCMThgxm9EZpjGUEr4,373
|
|
68
68
|
chainlit/markdown.py,sha256=V-Op4hyqyTTvXInU5QrHfxs0nb71lBMU8trOSAlast8,2142
|
|
69
|
-
chainlit/message.py,sha256=
|
|
69
|
+
chainlit/message.py,sha256=4aR64IVhpGi8YaATZ0jgsReMFmDN0uV6Rd0qb79Qrgg,17445
|
|
70
70
|
chainlit/mistralai/__init__.py,sha256=BeH3LRmJ5mUgMlOA8XS61nhoQwVreW6sENJdIrlfDXw,1508
|
|
71
71
|
chainlit/oauth_providers.py,sha256=AnH-bqeCnS7VgyIhgAHDI5-XkVWsFr52yo65ldePxxw,26653
|
|
72
72
|
chainlit/openai/__init__.py,sha256=qGC9yJydzlZffrC1oCPZwpuWwJkittDq74o6U2J_-Ho,1691
|
|
@@ -77,31 +77,31 @@ chainlit/session.py,sha256=ILL6j_J2gmiW5qwMIpmy1oO-3sQCob-p7HDgxXufwqk,9490
|
|
|
77
77
|
chainlit/slack/__init__.py,sha256=gkC1iYlQrWHDN8bbsWOquwwlyW9DtKAe22GizJJzY7A,226
|
|
78
78
|
chainlit/slack/app.py,sha256=OvbbGZARI1mHOEdVvxh8KTZ35Ryi4AbdP7grjr-VU1k,11742
|
|
79
79
|
chainlit/socket.py,sha256=QvN54a-1wJXGMtZ-qRTaTdwKrn7pGzsIyV3v9PW2gKg,12214
|
|
80
|
-
chainlit/step.py,sha256=
|
|
80
|
+
chainlit/step.py,sha256=q3-4Fu_Y_gb-lQ_q3IJRTdgMMxgaDkLY5PcV5qxq5CE,14339
|
|
81
81
|
chainlit/sync.py,sha256=pEaqdEoOp4W26p9-E11BiXemVTN4_OsYEcYyjLBEj7E,1236
|
|
82
82
|
chainlit/teams/__init__.py,sha256=_lUcuc5R4bYwUoC15jyKES10KTeH8ciSWqV5JyLrW6M,236
|
|
83
83
|
chainlit/teams/app.py,sha256=PAvlGkfF-KGe9PYT6rL8UXu4OYzsPjfTiNsysH1X8NY,10534
|
|
84
84
|
chainlit/telemetry.py,sha256=Rk4dnZv0OnGOgV4kD-VHdhgl4i7i3ypqhSE_R-LZceM,3060
|
|
85
|
-
chainlit/translations/bn.json,sha256=
|
|
86
|
-
chainlit/translations/en-US.json,sha256=
|
|
87
|
-
chainlit/translations/gu.json,sha256=
|
|
88
|
-
chainlit/translations/he-IL.json,sha256=
|
|
89
|
-
chainlit/translations/hi.json,sha256=
|
|
90
|
-
chainlit/translations/ja.json,sha256=
|
|
91
|
-
chainlit/translations/kn.json,sha256=
|
|
92
|
-
chainlit/translations/ml.json,sha256=
|
|
93
|
-
chainlit/translations/mr.json,sha256=
|
|
94
|
-
chainlit/translations/nl-NL.json,sha256=
|
|
95
|
-
chainlit/translations/ta.json,sha256=
|
|
96
|
-
chainlit/translations/te.json,sha256=
|
|
97
|
-
chainlit/translations/zh-CN.json,sha256=
|
|
85
|
+
chainlit/translations/bn.json,sha256=F49Wq7wvlTNosj7EROMpaNjd7jKs08hVMT0fRJ-ktcU,9137
|
|
86
|
+
chainlit/translations/en-US.json,sha256=BTOMaIYnm0mIKqZkSNjjlbrbQmRz8RIgCfzkRA9VWEA,5211
|
|
87
|
+
chainlit/translations/gu.json,sha256=VENb_mo3bpk0-TDrS5N9DQjdJ4ok9UIruBNYCbNUeOo,8266
|
|
88
|
+
chainlit/translations/he-IL.json,sha256=ujewpgKQAg2UIZG4UD8wDhzPndx6YDcj3LhnVrbkSEY,5972
|
|
89
|
+
chainlit/translations/hi.json,sha256=H4EhGlxmSjg_7hs-dyqe8thxCfFenxF30uSYRgQYhik,8724
|
|
90
|
+
chainlit/translations/ja.json,sha256=7tb3VhUdOBV7uurbbVp_DLN9Tm5eKAZDWeOhcWfVgqQ,6588
|
|
91
|
+
chainlit/translations/kn.json,sha256=CimyuDXGLYX3MuyqgKbv3eSu2cfoIqVog1P_6Sv_yv4,9483
|
|
92
|
+
chainlit/translations/ml.json,sha256=MddBswrbEd9TX4ZxZuZRdwJ_79SYcx9Qul08VvJ9h0s,9811
|
|
93
|
+
chainlit/translations/mr.json,sha256=dcFCbAmxEZ3y6H6Lw6ZOGTlpuOSg8UTwNvoS7vx4Uh8,8354
|
|
94
|
+
chainlit/translations/nl-NL.json,sha256=40QPPwqe91-h0hxRtJnoxLz9xfVHHGQETgs07z_7v4U,5900
|
|
95
|
+
chainlit/translations/ta.json,sha256=AohAVOvp6k296rY0FtWBFJDAVPMMOSnIzo67gE8tKsw,9482
|
|
96
|
+
chainlit/translations/te.json,sha256=vd7uQrVN14dQU6snBs3vGWLv99E3p4Weaa2E7VsWP5E,9335
|
|
97
|
+
chainlit/translations/zh-CN.json,sha256=4yldlZhW_Fk-m1ImgAzPBcY7EoslkhZhY4HuocbbdLw,5044
|
|
98
98
|
chainlit/translations.py,sha256=WG_r7HzxBYns-zk9tVvoGdoofv71okTZx8k1RlcoTIg,2034
|
|
99
|
-
chainlit/types.py,sha256=
|
|
99
|
+
chainlit/types.py,sha256=eGo44kFYyGGMxYxWKWd4l83zzn2Thu8UdRLIYso2AvA,5615
|
|
100
100
|
chainlit/user.py,sha256=yC9WvWYogoAa-6-mBR2HNHuZdE5rejGQD4vqQixIckA,772
|
|
101
101
|
chainlit/user_session.py,sha256=OWkIuDuy-He9_u6NHmH_mqpMiWFNPR2RoB8Cveum4Vw,1597
|
|
102
102
|
chainlit/utils.py,sha256=ht6S0RM0-51_EyKZ128yRYAT294Bf3gwgMBzIHv1xRI,3990
|
|
103
|
-
chainlit/version.py,sha256=
|
|
104
|
-
chainlit-2.0.
|
|
105
|
-
chainlit-2.0.
|
|
106
|
-
chainlit-2.0.
|
|
107
|
-
chainlit-2.0.
|
|
103
|
+
chainlit/version.py,sha256=enrgdo1rhuAPUtcsA67v0b-LJ6AbzVg-3GHFxmak0a8,276
|
|
104
|
+
chainlit-2.0.5.dist-info/METADATA,sha256=dMJZHcMDlcbdSBTtKhoUwgvtdFaXuAUUIryfnjBXy1s,5136
|
|
105
|
+
chainlit-2.0.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
106
|
+
chainlit-2.0.5.dist-info/entry_points.txt,sha256=FrkqdjrFl8juSnvBndniyX7XuKojmUwO4ghRh-CFMQc,45
|
|
107
|
+
chainlit-2.0.5.dist-info/RECORD,,
|