clixad 0.0.1-beta.3 → 0.0.1-beta.4
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/clixad.mjs +1 -2
- package/package.json +1 -1
package/dist/clixad.mjs
CHANGED
|
@@ -1319,7 +1319,7 @@ var init_kimi = __esm({
|
|
|
1319
1319
|
"use strict";
|
|
1320
1320
|
CONTEXT_TOKENS = {
|
|
1321
1321
|
"gpt-5-nano": 4e5,
|
|
1322
|
-
"gemini-2.5-flash-lite":
|
|
1322
|
+
"gemini-2.5-flash-lite": 1048576,
|
|
1323
1323
|
"deepseek-v4-flash": 1048576,
|
|
1324
1324
|
"gemini-3.1-flash-lite": 1048576,
|
|
1325
1325
|
"kimi-k2": 131072,
|
|
@@ -3198,7 +3198,6 @@ async function buyCmd(client, config, pack) {
|
|
|
3198
3198
|
console.log(`
|
|
3199
3199
|
Stripe Checkout: ${c.bold(checkout.pack)} \u2014 ${checkout.credits.toLocaleString("en-US")} credits for ${c.bold("$" + checkout.price_usd.toFixed(2))}`);
|
|
3200
3200
|
console.log(c.dim(` ${checkout.url}`));
|
|
3201
|
-
console.log(c.dim(" Test card: 4242 4242 4242 4242 \xB7 any future expiry \xB7 any CVC \xB7 any ZIP\n"));
|
|
3202
3201
|
openBrowser(checkout.url);
|
|
3203
3202
|
process.stdout.write(c.dim(" waiting for payment to clear"));
|
|
3204
3203
|
const deadline = Date.now() + 5 * 60 * 1e3;
|