@meet-ai/cli 0.0.1 → 0.0.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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -248,7 +248,7 @@ function checkIdleAgents(inboxDir, members, excludeAgent, notified, now = Date.n
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
// src/index.ts
|
|
251
|
-
var API_URL = process.env.MEET_AI_URL || "
|
|
251
|
+
var API_URL = process.env.MEET_AI_URL || "https://meet-ai.cc";
|
|
252
252
|
var API_KEY = process.env.MEET_AI_KEY;
|
|
253
253
|
var client = createClient(API_URL, API_KEY);
|
|
254
254
|
var [command, ...args] = process.argv.slice(2);
|
|
@@ -383,8 +383,8 @@ switch (command) {
|
|
|
383
383
|
console.log(`meet-ai CLI
|
|
384
384
|
|
|
385
385
|
Environment variables:
|
|
386
|
-
MEET_AI_URL Server URL (default:
|
|
387
|
-
MEET_AI_KEY API key for authentication
|
|
386
|
+
MEET_AI_URL Server URL (default: https://meet-ai.cc)
|
|
387
|
+
MEET_AI_KEY API key for authentication
|
|
388
388
|
|
|
389
389
|
Commands:
|
|
390
390
|
create-room <name> Create a new chat room
|