@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.
- package/package.json +1 -1
- package/src/llm.ts +1 -1
package/package.json
CHANGED
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
|
|
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.
|