deep-chat-dev 9.0.166 → 9.0.168
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.
- package/README.md +11 -5
- package/custom-elements.json +4746 -4706
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +439 -415
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/utils/HTTP/stream.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlUtils.d.ts +2 -0
- package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -157,14 +157,20 @@ $ npm run build:bundle
|
|
157
157
|
Thankyou to our generous sponsors!
|
158
158
|
|
159
159
|
<p align="center">
|
160
|
-
|
161
|
-
|
162
|
-
|
160
|
+
|
161
|
+
<img src="https://github.com/eljefedelrodeodeljefe.png" width="110px" />
|
162
|
+
|
163
|
+
<img src="https://github.com/matthiasamberg.png" width="110px"/>
|
164
|
+
|
165
|
+
<img src="https://github.com/dorra.png" width="110px"/>
|
163
166
|
</p>
|
164
167
|
<p align="center">
|
165
168
|
<a href="https://github.com/eljefedelrodeodeljefe">eljefedelrodeodeljefe</a>
|
166
|
-
|
167
|
-
<a href="https://github.com/matthiasamberg"
|
169
|
+
|
170
|
+
<a href="https://github.com/matthiasamberg">matthiasamberg</a>
|
171
|
+
|
172
|
+
<a href="https://github.com/matthiasamberg">dorra</a>
|
173
|
+
|
168
174
|
</p>
|
169
175
|
|
170
176
|
## :heart: Contributions
|