pi-fireworks-provider 1.4.1 → 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.
- package/index.ts +1 -1
- package/package.json +1 -1
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.
|
|
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",
|