deep-chat-dev 9.0.359 → 9.0.360
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 +31179 -31147
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +118 -118
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
- package/dist/utils/consts/inputConstants.d.ts +2 -0
- package/dist/utils/consts/inputConstants.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
- Communicate with Speech to Speech models
|
|
22
22
|
- Support for all major ui frameworks/libraries
|
|
23
23
|
- Host a model on the browser
|
|
24
|
-
- Focus mode to display
|
|
24
|
+
- Focus mode to only display the latest messages
|
|
25
25
|
- Everything is customizable!
|
|
26
26
|
|
|
27
27
|
### :computer: Getting started
|