deep-chat-dev 9.0.123 → 9.0.125
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 +15 -0
- package/custom-elements.json +8757 -8600
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1263 -1110
- package/dist/services/openAI/openAIAssistantIO.d.ts +5 -0
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIAssistantFiles.d.ts +2 -1
- package/dist/services/openAI/utils/openAIAssistantFiles.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +1 -0
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/types/openAI.d.ts +2 -0
- package/dist/types/openAI.d.ts.map +1 -1
- package/dist/types/openAIResult.d.ts +1 -0
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts +1 -0
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/utils/HTTP/stream.d.ts +5 -0
- package/dist/utils/HTTP/stream.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts +2 -3
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +1 -0
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts +3 -0
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -152,6 +152,21 @@ $ npm run start
|
|
152
152
|
$ npm run build:bundle
|
153
153
|
```
|
154
154
|
|
155
|
+
## :star2: Sponsors
|
156
|
+
|
157
|
+
Thankyou to our generous sponsors!
|
158
|
+
|
159
|
+
<p align="center">
|
160
|
+
<img src="https://github.com/eljefedelrodeodeljefe.png" width="110px" hspace="20"/>
|
161
|
+
|
162
|
+
<img src="https://github.com/matthiasamberg.png" hspace="2" width="110px"/>
|
163
|
+
</p>
|
164
|
+
<p align="center">
|
165
|
+
<a href="https://github.com/eljefedelrodeodeljefe">eljefedelrodeodeljefe</a>
|
166
|
+
|
167
|
+
<a href="https://github.com/matthiasamberg" >matthiasamberg</a>
|
168
|
+
</p>
|
169
|
+
|
155
170
|
## :heart: Contributions
|
156
171
|
|
157
172
|
Open source is built by the community for the community. All contributions to this project are welcome!<br>
|