@trymirai/uzu 0.1.5 → 0.1.7

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
@@ -26,7 +26,7 @@ Add the `uzu` dependency to your project's `package.json`:
26
26
 
27
27
  ```json
28
28
  "dependencies": {
29
- "@trymirai/uzu": "0.1.4"
29
+ "@trymirai/uzu": "0.1.7"
30
30
  }
31
31
  ```
32
32
 
package/README.orig.md CHANGED
@@ -20,7 +20,7 @@ Node package for [uzu](https://github.com/trymirai/uzu), a **high-performance**
20
20
  - [Broad model support](https://trymirai.com/models)
21
21
  - Observable model manager
22
22
 
23
- ## Quick Start
23
+ ## Examples
24
24
 
25
25
  Set up your project via [Platform](https://platform.trymirai.com), obtain an `MIRAI_API_KEY`.
26
26
 
@@ -37,7 +37,7 @@ Add the `uzu` dependency to your project's `package.json`:
37
37
 
38
38
  ```json
39
39
  "dependencies": {
40
- "@trymirai/uzu": "0.1.4"
40
+ "@trymirai/uzu": "0.1.7"
41
41
  }
42
42
  ```
43
43
 
package/README.src.md CHANGED
@@ -20,7 +20,7 @@ Node package for [uzu](https://github.com/trymirai/uzu), a **high-performance**
20
20
  - [Broad model support](https://trymirai.com/models)
21
21
  - Observable model manager
22
22
 
23
- ## Quick Start
23
+ ## Examples
24
24
 
25
25
  Set up your project via [Platform](https://platform.trymirai.com), obtain an `MIRAI_API_KEY`.
26
26
 
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@trymirai/uzu",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "main": "uzu.node",
6
6
  "types": "uzu.d.ts",
7
7
  "packageManager": "pnpm@10.14.0",
8
8
  "scripts": {
9
- "lint": "eslint .",
10
- "generate:readme": "cargo run -q --manifest-path ../../Cargo.toml --bin uzu_docgen -- --root $PWD --src $PWD/README.src.md --dest $PWD/README.md",
11
9
  "chat": "ts-node examples/chat.ts",
12
10
  "summarisation": "ts-node examples/summarisation.ts",
13
11
  "classification": "ts-node examples/classification.ts"