@llmtrim/cli 0.4.0 → 0.5.0
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/package.json +7 -7
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ save, so it can never increase your bill or break a request.
|
|
|
12
12
|
```bash
|
|
13
13
|
npm install -g @llmtrim/cli@latest && llmtrim setup
|
|
14
14
|
# open a new shell, then watch the bill shrink:
|
|
15
|
-
llmtrim status
|
|
15
|
+
llmtrim status
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
`setup` is transparent and fully reversible (`llmtrim uninstall`): a local CA, a proxy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llmtrim/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Cut your LLM bill: drop-in proxy that compresses input, output, and cache. Any provider, answers unchanged.",
|
|
5
5
|
"mcpName": "io.github.fkiene/llmtrim",
|
|
6
6
|
"repository": "https://github.com/fkiene/llmtrim",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"bin": { "llmtrim": "bin/llmtrim.js" },
|
|
11
11
|
"files": ["bin", "README.md"],
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"@llmtrim/linux-x64": "0.
|
|
14
|
-
"@llmtrim/linux-arm64": "0.
|
|
15
|
-
"@llmtrim/darwin-x64": "0.
|
|
16
|
-
"@llmtrim/darwin-arm64": "0.
|
|
17
|
-
"@llmtrim/win32-x64": "0.
|
|
18
|
-
"@llmtrim/win32-arm64": "0.
|
|
13
|
+
"@llmtrim/linux-x64": "0.5.0",
|
|
14
|
+
"@llmtrim/linux-arm64": "0.5.0",
|
|
15
|
+
"@llmtrim/darwin-x64": "0.5.0",
|
|
16
|
+
"@llmtrim/darwin-arm64": "0.5.0",
|
|
17
|
+
"@llmtrim/win32-x64": "0.5.0",
|
|
18
|
+
"@llmtrim/win32-arm64": "0.5.0"
|
|
19
19
|
}
|
|
20
20
|
}
|