deep-chat-dev 1.1.36 → 1.1.38

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.
Files changed (75) hide show
  1. package/README.md +4 -4
  2. package/custom-elements.json +5209 -5569
  3. package/dist/deepChat.bundle.js +1 -1
  4. package/dist/deepChat.d.ts +3 -2
  5. package/dist/deepChat.d.ts.map +1 -1
  6. package/dist/deepChat.js +9489 -5910
  7. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +1 -2
  8. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
  9. package/dist/services/azure/azureSpeechToTextIO.d.ts +1 -2
  10. package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
  11. package/dist/services/azure/azureSummarizationIO.d.ts +2 -3
  12. package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
  13. package/dist/services/azure/azureTextToSpeechIO.d.ts +1 -2
  14. package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
  15. package/dist/services/azure/azureTranslationIO.d.ts +1 -2
  16. package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
  17. package/dist/services/cohere/cohereChatIO.d.ts +1 -2
  18. package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
  19. package/dist/services/cohere/cohereSummarizationIO.d.ts +1 -2
  20. package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
  21. package/dist/services/cohere/cohereTextGenerationIO.d.ts +1 -2
  22. package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
  23. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
  24. package/dist/services/huggingFace/huggingFaceFileIO.d.ts +2 -2
  25. package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
  26. package/dist/services/huggingFace/huggingFaceIO.d.ts +2 -2
  27. package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
  28. package/dist/services/openAI/openAIAudioIO.d.ts +1 -2
  29. package/dist/services/openAI/openAIAudioIO.d.ts.map +1 -1
  30. package/dist/services/openAI/openAIChatIO.d.ts +1 -2
  31. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  32. package/dist/services/openAI/openAICompletionsIO.d.ts +1 -2
  33. package/dist/services/openAI/openAICompletionsIO.d.ts.map +1 -1
  34. package/dist/services/openAI/openAIImagesIO.d.ts +1 -2
  35. package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
  36. package/dist/services/serviceIO.d.ts +4 -1
  37. package/dist/services/serviceIO.d.ts.map +1 -1
  38. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +1 -2
  39. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
  40. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +1 -2
  41. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
  42. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +1 -2
  43. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
  44. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +1 -2
  45. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
  46. package/dist/services/utils/baseServiceIO.d.ts +5 -4
  47. package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
  48. package/dist/services/utils/directServiceIO.d.ts.map +1 -1
  49. package/dist/types/demo.d.ts +4 -1
  50. package/dist/types/demo.d.ts.map +1 -1
  51. package/dist/types/interceptors.d.ts +4 -1
  52. package/dist/types/interceptors.d.ts.map +1 -1
  53. package/dist/types/stream.d.ts +4 -0
  54. package/dist/types/stream.d.ts.map +1 -0
  55. package/dist/types/textInput.d.ts +1 -0
  56. package/dist/types/textInput.d.ts.map +1 -1
  57. package/dist/utils/HTTP/HTTPRequest.d.ts +4 -7
  58. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  59. package/dist/utils/HTTP/requestUtils.d.ts +10 -2
  60. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
  61. package/dist/utils/HTTP/stream.d.ts +10 -0
  62. package/dist/utils/HTTP/stream.d.ts.map +1 -0
  63. package/dist/utils/HTTP/websocket.d.ts +1 -3
  64. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  65. package/dist/utils/demo/demo.d.ts +4 -2
  66. package/dist/utils/demo/demo.d.ts.map +1 -1
  67. package/dist/utils/errorMessages/errorMessages.d.ts +4 -0
  68. package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
  69. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -0
  70. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  71. package/dist/views/chat/input/textInput/textInput.d.ts +2 -0
  72. package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
  73. package/dist/views/chat/messages/messages.d.ts +2 -0
  74. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  75. package/package.json +12 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Deep Chat](https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/assets/readme/banner-2.png)
4
4
 
5
- <b>Deep Chat</b> is a fully customizable chat based web component built with a focus on powering next generation AI services. Whether you want to create a chatbot that leverages popular APIs such as ChatGPT or connect to your own custom service, this component can do it all! Explore [deepchat.dev](https://deepchat.dev/) to view all of the available features, how to use them, examples and more!
5
+ <b>Deep Chat</b> is a fully customizable AI chat component that can be injected into your website with minimal to no effort. Whether you want to create a chatbot that leverages popular APIs such as ChatGPT or connect to your own custom service, this component can do it all! Explore [deepchat.dev](https://deepchat.dev/) to view all of the available features, how to use them, examples and more!
6
6
 
7
7
  ### :rocket: Main Features
8
8
 
@@ -95,9 +95,9 @@ Input text with your voice using Speech To Text capabilities and have the respon
95
95
 
96
96
  Check out the live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice:
97
97
 
98
- | React | Vue 2 | Vue 3 | Svelte | Angular | Solid | Next | VanillaJS |
99
- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
100
- | <a href="https://codesandbox.io/s/deep-chat-react-ythnyl?file=/src/App.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue3-7y99jq?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-svelte-832jcc?file=/App.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <a href="https://codesandbox.io/s/deep-chat-angular-mk2v62?file=/src/app/app.component.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-solidjs-nnx9nc?file=%2Fsrc%2FApp.tsx%3A1%2C1" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-nextjs-pvyy5p?selection=%5B%7B%22endColumn%22%3A30%2C%22endLineNumber%22%3A28%2C%22startColumn%22%3A30%2C%22startLineNumber%22%3A28%7D%5D&file=%2Fpages%2Findex.tsx%3A13%2C30" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vanillajs-v2ywnv?file=/index.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vanillaJSLogo.png" width="60"/></a> |
98
+ | React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | VanillaJS |
99
+ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
100
+ | <a href="https://codesandbox.io/s/deep-chat-react-ythnyl?file=/src/App.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue3-7y99jq?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-svelte-832jcc?file=/App.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <div align="center"><a href="https://codesandbox.io/p/sandbox/deep-chat-sveltekit-fn8h6x" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://codesandbox.io/s/deep-chat-angular-mk2v62?file=/src/app/app.component.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-solidjs-nnx9nc?file=%2Fsrc%2FApp.tsx%3A1%2C1" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-nextjs-pvyy5p?selection=%5B%7B%22endColumn%22%3A30%2C%22endLineNumber%22%3A28%2C%22startColumn%22%3A30%2C%22startLineNumber%22%3A28%7D%5D&file=%2Fpages%2Findex.tsx%3A13%2C30" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vanillajs-v2ywnv?file=/index.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vanillaJSLogo.png" width="60"/></a> |
101
101
 
102
102
  Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds:
103
103