@mate-academy/llm-gateway 7.2.2 → 7.2.3
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/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mate-academy/llm-gateway",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.3",
|
|
4
4
|
"description": "A gateway package for LLM services.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
"type-check": "tsc --noEmit",
|
|
19
19
|
"postpublish": "npm run clean",
|
|
20
20
|
"clean": "rm -rf ./dist",
|
|
21
|
+
"ui": "npm --prefix scripts/model-browser run dev",
|
|
22
|
+
"ui:build": "npm --prefix scripts/model-browser run build",
|
|
23
|
+
"ui:refresh-benchmarks": "npm --prefix scripts/model-browser run refresh-benchmarks",
|
|
24
|
+
"ui:refresh-usage": "npm --prefix scripts/model-browser run refresh-usage",
|
|
21
25
|
"patch": "npm version patch && npm publish",
|
|
22
26
|
"minor": "npm version minor && npm publish",
|
|
23
27
|
"major": "npm version major && npm publish",
|