Spaces:
Running
Running
Update app.js
Browse files
app.js
CHANGED
|
@@ -13,7 +13,7 @@ const CRON_REGISTRY_URL = process.env.CRON_REGISTRY_URL || "http://localhost:786
|
|
| 13 |
const CRON_SECRET = process.env.CRON_SECRET || "default_secret";
|
| 14 |
|
| 15 |
const SMART_MODEL_ID = "claude";
|
| 16 |
-
const FAST_MODEL_ID = "gpt-5-mini";
|
| 17 |
|
| 18 |
// The Utility Server that handles the Email Dispatching
|
| 19 |
const UTILITY_SERVER_URL = process.env.UTILITY_SERVER_URL || "https://lu5zfciin5mk34fowavmhz7dt40pkhhg.lambda-url.us-east-1.on.aws";
|
|
|
|
| 13 |
const CRON_SECRET = process.env.CRON_SECRET || "default_secret";
|
| 14 |
|
| 15 |
const SMART_MODEL_ID = "claude";
|
| 16 |
+
const FAST_MODEL_ID = "maverick"; //"gpt-5-mini";
|
| 17 |
|
| 18 |
// The Utility Server that handles the Email Dispatching
|
| 19 |
const UTILITY_SERVER_URL = process.env.UTILITY_SERVER_URL || "https://lu5zfciin5mk34fowavmhz7dt40pkhhg.lambda-url.us-east-1.on.aws";
|