We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d34f commit 4806829Copy full SHA for 4806829
backend/.env
@@ -1,3 +1,3 @@
1
-PORT=8080
+PORT=8090
2
JWT_SECRET="JACKSONCHENNAHEULALLEN"
3
SALT_ROUNDS=123
backend/src/downloader/universal-utils.ts
@@ -92,7 +92,7 @@ export async function checkAndDownloadAllModels(
92
93
logger.log('Checking and downloading configured models...');
94
95
- if (!modelsConfig.length) {
+ if (!modelsConfig || !modelsConfig.length) {
96
logger.warn(`No ${type} models configured`);
97
return;
98
}
0 commit comments