deep-chat-dev 9.0.26 → 9.0.27
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 +1 -1
- package/custom-elements.json +9308 -9315
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +0 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +17 -18
- package/package.json +1 -1
package/README.md
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
- Record audio via microphone
|
15
15
|
- Speech To Text for message input
|
16
16
|
- Text To Speech to hear message responses
|
17
|
-
- Support for MarkDown to help structure text and render code
|
17
|
+
- Support for MarkDown and custom elements to help structure text and render code
|
18
18
|
- Introduction panel and dynamic modals to help describe functionality for your users
|
19
19
|
- Connect to popular AI APIs such as OpenAI, HuggingFace, Cohere directly from the browser
|
20
20
|
- Support for all major ui frameworks/libraries
|