pi-fireworks-provider 1.4.0 → 1.4.2

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 (3) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
  3. package/patch.json +5 -5
package/index.ts CHANGED
@@ -1351,7 +1351,7 @@ export default function (pi: ExtensionAPI) {
1351
1351
  },
1352
1352
  {
1353
1353
  id: "logitBias",
1354
- label: "Logit bias",
1354
+ label: "Logit bias",
1355
1355
  description: "Send an OpenAI-style logit_bias map (token ID → -100..100) on every Fireworks OpenAI-completions request. Open the nested panel to add / edit / delete token IDs and biases. Token IDs are tokenizer-specific — use the exact tokenizer of the model you're calling. Not sent on Anthropic-routed models.",
1356
1356
  currentValue: logitBiasSummary(),
1357
1357
  submenu: (_cv: string, subDone: (v?: string) => void) =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-fireworks-provider",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Fireworks AI provider extension for pi - Access Kimi, MiniMax, GLM, DeepSeek, and GPT-OSS models through the Fireworks AI API",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/patch.json CHANGED
@@ -39,7 +39,7 @@
39
39
  "minimal": null,
40
40
  "low": "high",
41
41
  "medium": "high",
42
- "xhigh": "max"
42
+ "max": "max"
43
43
  },
44
44
  "input": ["text"],
45
45
  "cost": {
@@ -62,7 +62,7 @@
62
62
  "minimal": null,
63
63
  "low": "high",
64
64
  "medium": "high",
65
- "xhigh": "max"
65
+ "max": "max"
66
66
  },
67
67
  "input": ["text"],
68
68
  "cost": {
@@ -167,7 +167,7 @@
167
167
  "minimal": null,
168
168
  "low": "high",
169
169
  "medium": "high",
170
- "xhigh": "max"
170
+ "max": "max"
171
171
  },
172
172
  "input": ["text"],
173
173
  "cost": {
@@ -410,7 +410,7 @@
410
410
  "minimal": null,
411
411
  "low": "high",
412
412
  "medium": "high",
413
- "xhigh": "max"
413
+ "max": "max"
414
414
  },
415
415
  "input": ["text"],
416
416
  "cost": {
@@ -465,7 +465,7 @@
465
465
  "minimal": null,
466
466
  "low": "high",
467
467
  "medium": "high",
468
- "xhigh": "max"
468
+ "max": "max"
469
469
  },
470
470
  "input": ["text"],
471
471
  "cost": {