@myapihq/sdk 2.2.0 → 2.3.1

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/package.json +1 -1
  2. package/src/llm.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@myapihq/sdk",
3
3
  "license": "Apache-2.0",
4
- "version": "2.2.0",
4
+ "version": "2.3.1",
5
5
  "description": "TypeScript SDK for the MyAPI ecosystem",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
package/src/llm.ts CHANGED
@@ -16,7 +16,7 @@ export const EXPOSES: Exposes = [
16
16
  ];
17
17
 
18
18
  // ── Raw surface ──────────────────────────────────────────────────────────
19
- // Backed *exclusively* by self-hosted open-source models (Qwen on our TPU).
19
+ // Backed *exclusively* by self-hosted open-source models on our own TPU.
20
20
  // The customer picks the model id from the catalog. Proprietary models are
21
21
  // not callable here — that rule is what keeps the LLM slot off the
22
22
  // reseller framing.