fluxflow-cli 3.19.3 → 3.19.5
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/dist/fluxflow.js +1 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -23069,7 +23069,7 @@ function App({ args = [] }) {
|
|
|
23069
23069
|
{
|
|
23070
23070
|
cmd: "/model",
|
|
23071
23071
|
desc: "Select Agent Model",
|
|
23072
|
-
subs:
|
|
23072
|
+
subs: getModels(aiProvider, apiTier)
|
|
23073
23073
|
},
|
|
23074
23074
|
{
|
|
23075
23075
|
cmd: "/wildcard-tooling",
|
|
@@ -26169,7 +26169,6 @@ Selection: ${val}`,
|
|
|
26169
26169
|
url = "https://build.nvidia.com/settings/api-keys";
|
|
26170
26170
|
label = "billing";
|
|
26171
26171
|
}
|
|
26172
|
-
return /* @__PURE__ */ React16.createElement(Text16, { color: colors.textMuted, dimColor: true, italic: true }, "Paid API Strategy has more models. Configure ", /* @__PURE__ */ React16.createElement(Text16, { color: colors.secondary, underline: true }, `\x1B]8;;${url}\x07${label}\x1B]8;;\x07`), " & /settings");
|
|
26173
26172
|
})() : null),
|
|
26174
26173
|
visible.slice(0, suggestionVisibleCount).map((s, i) => {
|
|
26175
26174
|
const actualIdx = startIdx + i;
|