clawmoney 0.13.2 → 0.13.3
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -395,8 +395,8 @@ relay
|
|
|
395
395
|
.option('--mode <mode>', 'Safety mode: chat, search, code, full', 'chat')
|
|
396
396
|
.option('--concurrency <n>', 'Max concurrent requests', '5')
|
|
397
397
|
.option('--daily-limit <usd>', 'Max daily spend in USD', '20')
|
|
398
|
-
.option('--price-input <usd>', '
|
|
399
|
-
.option('--price-output <usd>', '
|
|
398
|
+
.option('--price-input <usd>', 'Override input price per 1M (auto-populated from pricing.ts)')
|
|
399
|
+
.option('--price-output <usd>', 'Override output price per 1M (auto-populated from pricing.ts)')
|
|
400
400
|
.action(async (options) => {
|
|
401
401
|
try {
|
|
402
402
|
await relayRegisterCommand(options);
|