llmasaservice-ui 0.1.8 → 0.1.9

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 (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,19 @@ What is LLM as a Service: https://llmasaservice.io
17
17
 
18
18
  Register for a LLM as a Service account and get your unique project id from the integration page https://app.llmasaservice.io/integration
19
19
 
20
+ Dark mode example:
21
+
22
+ ![Dark Mode](images/darkmode.png)
23
+
24
+ Light mode example:
25
+
26
+ ![Light Mode](images/lightmode.png)
27
+
28
+ System instructios example:
29
+
30
+ ![Brand and personality](images/personalityandbrand.png)
31
+
32
+ see documentation more examples: https://predictabilityatscale.github.io/llmasaservice-ui/?path=/docs/chatpanel--docs
20
33
 
21
34
  ## Installation
22
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmasaservice-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Prebuilt UI components for LLMAsAService.io",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",