deep-chat-dev 9.0.311 → 9.0.312
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 -23
- package/custom-elements.json +23299 -19246
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +5902 -6059
- package/dist/services/azure/azureSummarizationIO.d.ts +0 -1
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
- package/dist/services/bigModel/bigModelChatIO.d.ts +0 -5
- package/dist/services/bigModel/bigModelChatIO.d.ts.map +1 -1
- package/dist/services/claude/claudeIO.d.ts +0 -5
- package/dist/services/claude/claudeIO.d.ts.map +1 -1
- package/dist/services/deepSeek/deepSeekIO.d.ts +0 -2
- package/dist/services/deepSeek/deepSeekIO.d.ts.map +1 -1
- package/dist/services/gemini/geminiIO.d.ts +0 -4
- package/dist/services/gemini/geminiIO.d.ts.map +1 -1
- package/dist/services/groq/groqChatIO.d.ts +0 -5
- package/dist/services/groq/groqChatIO.d.ts.map +1 -1
- package/dist/services/groq/groqTextToSpeechIO.d.ts +0 -1
- package/dist/services/groq/groqTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/kimi/kimiIO.d.ts +0 -5
- package/dist/services/kimi/kimiIO.d.ts.map +1 -1
- package/dist/services/miniMax/miniMaxIO.d.ts +0 -2
- package/dist/services/miniMax/miniMaxIO.d.ts.map +1 -1
- package/dist/services/mistral/mistralIO.d.ts +0 -5
- package/dist/services/mistral/mistralIO.d.ts.map +1 -1
- package/dist/services/ollama/ollamaIO.d.ts +0 -5
- package/dist/services/ollama/ollamaIO.d.ts.map +1 -1
- package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts +1 -2
- package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts.map +1 -1
- package/dist/services/openAI/assistant/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +1 -5
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts +1 -1
- package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/services/openRouter/openRouterIO.d.ts +0 -5
- package/dist/services/openRouter/openRouterIO.d.ts.map +1 -1
- package/dist/services/perplexity/perplexityIO.d.ts +0 -2
- package/dist/services/perplexity/perplexityIO.d.ts.map +1 -1
- package/dist/services/qwen/qwenIO.d.ts +0 -5
- package/dist/services/qwen/qwenIO.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +1 -0
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/together/togetherChatIO.d.ts +0 -2
- package/dist/services/together/togetherChatIO.d.ts.map +1 -1
- package/dist/services/together/togetherImagesIO.d.ts +0 -1
- package/dist/services/together/togetherImagesIO.d.ts.map +1 -1
- package/dist/services/together/togetherTextToSpeechIO.d.ts +0 -1
- package/dist/services/together/togetherTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts +15 -1
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/services/x/xChatIO.d.ts +0 -2
- package/dist/services/x/xChatIO.d.ts.map +1 -1
- package/dist/types/button.d.ts +1 -1
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/ollama.d.ts +1 -1
- package/dist/types/ollama.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +1 -1
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/utils/consts/inputConstants.d.ts +8 -8
- package/dist/utils/consts/inputConstants.d.ts.map +1 -1
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- 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
|
|
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
|
-
|
|
164
|
-
<img src="https://github.com/dorra.png" width="110px"/>
|
|
165
|
-
|
|
166
|
-
<img src="https://github.com/techpeace.png" width="110px" />
|
|
167
|
-
|
|
168
|
-
<img src="https://github.com/ChiaoGeek.png" width="110px" />
|
|
169
|
-
</p>
|
|
170
|
-
<p align="center">
|
|
171
|
-
|
|
172
|
-
<a href="https://github.com/dorra">dorra</a>
|
|
173
|
-
|
|
174
|
-
<a href="https://github.com/techpeace">techpeace</a>
|
|
175
|
-
|
|
176
|
-
<a href="https://github.com/ChiaoGeek">ChiaoGeek</a>
|
|
177
|
-
|
|
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>
|