deep-chat-dev 9.0.105 → 9.0.107

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 CHANGED
@@ -71,6 +71,18 @@ Please note that this approach should be used for local/prototyping/demo purpose
71
71
  Currently supported direct API connections:
72
72
  [OpenAI](https://openai.com/blog/openai-api), [HuggingFace](https://learn.microsoft.com/en-gb/azure/cognitive-services/), [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/)
73
73
 
74
+ ### :robot: Web model
75
+
76
+ ![Web Model](https://github.com/OvidijusParsiunas/deep-chat/assets/18709577/17bc4a07-88e0-469d-b3b2-d17161f4f723)
77
+
78
+ No servers, no connections, host an LLM model entirely on your browser.
79
+
80
+ Simply add the [deep-chat-web-llm](https://deepchat.dev/examples/externalModules) module and define the [webModel](https://deepchat.dev/docs/webModel) property:
81
+
82
+ ```
83
+ <deep-chat webModel="true" />
84
+ ```
85
+
74
86
  ### :camera: :microphone: Camera and Microphone
75
87
 
76
88
  ![Capture](https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/assets/readme/capture.png)