openzoo 0.50.63 → 0.50.64
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/lib/cursorbackend.js +5 -3
- package/package.json +1 -1
package/lib/cursorbackend.js
CHANGED
|
@@ -1852,9 +1852,11 @@ const MODEL_ALIASES = {
|
|
|
1852
1852
|
'abliterated-large': 'abliterated-model-large-v2',
|
|
1853
1853
|
'abliterated-small': 'abliterated-model',
|
|
1854
1854
|
};
|
|
1855
|
-
/** Default zoo model for every bot without a /model override.
|
|
1856
|
-
*
|
|
1857
|
-
|
|
1855
|
+
/** Default zoo model for every bot without a /model override. BARE `grok-4.6`
|
|
1856
|
+
* — the bazaar (x402 upstream) row, not OpenRouter's `x-ai/grok-4.6`. The
|
|
1857
|
+
* gateway serves the bare id off an x402 door with an on-chain cogs receipt,
|
|
1858
|
+
* so an OpenRouter credit outage cannot take it down. */
|
|
1859
|
+
export const DEFAULT_ZOO_MODEL = 'grok-4.6';
|
|
1858
1860
|
async function resolveModelId(raw) {
|
|
1859
1861
|
const s = String(raw || '').trim();
|
|
1860
1862
|
if (!s) return null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openzoo",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.64",
|
|
4
4
|
"description": "Local x402-paying proxy + MCP server for openzoo.fun — point any OpenAI-compatible harness (Cursor, Claude Code, aider, SDKs) at localhost and it pays per call from a local burner wallet. Solana and Base rails live; Robinhood experimental.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|