deep-chat-dev 9.0.311 → 9.0.313

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 (71) hide show
  1. package/README.md +1 -23
  2. package/custom-elements.json +16083 -12020
  3. package/dist/deepChat.bundle.js +1 -1
  4. package/dist/deepChat.js +5935 -6084
  5. package/dist/services/azure/azureSummarizationIO.d.ts +0 -1
  6. package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
  7. package/dist/services/bigModel/bigModelChatIO.d.ts +0 -5
  8. package/dist/services/bigModel/bigModelChatIO.d.ts.map +1 -1
  9. package/dist/services/claude/claudeIO.d.ts +0 -5
  10. package/dist/services/claude/claudeIO.d.ts.map +1 -1
  11. package/dist/services/deepSeek/deepSeekIO.d.ts +0 -2
  12. package/dist/services/deepSeek/deepSeekIO.d.ts.map +1 -1
  13. package/dist/services/gemini/geminiIO.d.ts +0 -4
  14. package/dist/services/gemini/geminiIO.d.ts.map +1 -1
  15. package/dist/services/groq/groqChatIO.d.ts +0 -5
  16. package/dist/services/groq/groqChatIO.d.ts.map +1 -1
  17. package/dist/services/groq/groqTextToSpeechIO.d.ts +0 -1
  18. package/dist/services/groq/groqTextToSpeechIO.d.ts.map +1 -1
  19. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +1 -1
  20. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
  21. package/dist/services/kimi/kimiIO.d.ts +0 -5
  22. package/dist/services/kimi/kimiIO.d.ts.map +1 -1
  23. package/dist/services/miniMax/miniMaxIO.d.ts +0 -2
  24. package/dist/services/miniMax/miniMaxIO.d.ts.map +1 -1
  25. package/dist/services/mistral/mistralIO.d.ts +0 -5
  26. package/dist/services/mistral/mistralIO.d.ts.map +1 -1
  27. package/dist/services/ollama/ollamaIO.d.ts +0 -5
  28. package/dist/services/ollama/ollamaIO.d.ts.map +1 -1
  29. package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts +1 -2
  30. package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts.map +1 -1
  31. package/dist/services/openAI/assistant/utils/openAIAssistantUtils.d.ts.map +1 -1
  32. package/dist/services/openAI/openAIChatIO.d.ts +1 -5
  33. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  34. package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts +1 -1
  35. package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts.map +1 -1
  36. package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
  37. package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
  38. package/dist/services/openRouter/openRouterIO.d.ts +0 -5
  39. package/dist/services/openRouter/openRouterIO.d.ts.map +1 -1
  40. package/dist/services/perplexity/perplexityIO.d.ts +0 -2
  41. package/dist/services/perplexity/perplexityIO.d.ts.map +1 -1
  42. package/dist/services/qwen/qwenIO.d.ts +0 -5
  43. package/dist/services/qwen/qwenIO.d.ts.map +1 -1
  44. package/dist/services/serviceIO.d.ts +1 -0
  45. package/dist/services/serviceIO.d.ts.map +1 -1
  46. package/dist/services/together/togetherChatIO.d.ts +0 -2
  47. package/dist/services/together/togetherChatIO.d.ts.map +1 -1
  48. package/dist/services/together/togetherImagesIO.d.ts +0 -1
  49. package/dist/services/together/togetherImagesIO.d.ts.map +1 -1
  50. package/dist/services/together/togetherTextToSpeechIO.d.ts +0 -1
  51. package/dist/services/together/togetherTextToSpeechIO.d.ts.map +1 -1
  52. package/dist/services/utils/directServiceIO.d.ts +15 -1
  53. package/dist/services/utils/directServiceIO.d.ts.map +1 -1
  54. package/dist/services/x/xChatIO.d.ts +0 -2
  55. package/dist/services/x/xChatIO.d.ts.map +1 -1
  56. package/dist/types/button.d.ts +1 -1
  57. package/dist/types/button.d.ts.map +1 -1
  58. package/dist/types/ollama.d.ts +1 -1
  59. package/dist/types/ollama.d.ts.map +1 -1
  60. package/dist/types/submitButton.d.ts +1 -1
  61. package/dist/types/submitButton.d.ts.map +1 -1
  62. package/dist/utils/consts/inputConstants.d.ts +8 -8
  63. package/dist/utils/consts/inputConstants.d.ts.map +1 -1
  64. package/dist/utils/legacy/legacy.d.ts +2 -0
  65. package/dist/utils/legacy/legacy.d.ts.map +1 -1
  66. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
  67. package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
  68. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
  69. package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
  70. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  71. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  - Text To Speech to hear message responses
18
18
  - Support for MarkDown and custom elements to help structure text and render code
19
19
  - Introduction panel and dynamic modals to help describe functionality for your users
20
- - Connect to popular AI APIs such as OpenAI, HuggingFace, Cohere directly from the browser
20
+ - Connect to more than 20 popular AI APIs such as OpenAI or Claude directly from the browser
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
@@ -155,28 +155,6 @@ $ npm run start
155
155
  $ npm run build:bundle
156
156
  ```
157
157
 
158
- ## :star2: Sponsors
159
-
160
- Thankyou to our generous sponsors!
161
-
162
- <p align="center">
163
- &nbsp; &nbsp; &nbsp;
164
- <img src="https://github.com/dorra.png" width="110px"/>
165
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
166
- <img src="https://github.com/techpeace.png" width="110px" />
167
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
168
- <img src="https://github.com/ChiaoGeek.png" width="110px" />
169
- </p>
170
- <p align="center">
171
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
172
- <a href="https://github.com/dorra">dorra</a>
173
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
174
- <a href="https://github.com/techpeace">techpeace</a>
175
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
176
- <a href="https://github.com/ChiaoGeek">ChiaoGeek</a>
177
- &nbsp;
178
- </p>
179
-
180
158
  ## :heart: Contributions
181
159
 
182
160
  Open source is built by the community for the community. All contributions to this project are welcome!<br>