deep-chat-dev 9.0.129 → 9.0.130
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 +3462 -3462
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1430 -1398
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -70,7 +70,7 @@ Connect to popular AI APIs directly from the browser via the use of the [`direct
|
|
70
70
|
Please note that this approach should be used for local/prototyping/demo purposes ONLY as it exposes the API Key to the browser. When ready to go live, please switch to using the [`request`](https://deepchat.dev/docs/connect#request) property described above along with a [proxy service](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers).
|
71
71
|
|
72
72
|
Currently supported direct API connections:
|
73
|
-
[OpenAI](https://openai.com/blog/openai-api), [HuggingFace](https://
|
73
|
+
[OpenAI](https://openai.com/blog/openai-api), [HuggingFace](https://huggingface.co/docs/api-inference/index), [Cohere](https://docs.cohere.com/docs), [Stability AI](https://stability.ai/), [Azure](https://learn.microsoft.com/en-gb/azure/cognitive-services/), [AssemblyAI](https://www.assemblyai.com/)
|
74
74
|
|
75
75
|
### :robot: Web model
|
76
76
|
|