Skip to content

Commit 2819911

Browse files
Update constants.ts
fixes the 'WARN Constants Failed to get LMStudio models: fetch failed' error as the user most likely just has it active in provider
1 parent c4f94aa commit 2819911

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/utils/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ async function getLMStudioModels(_apiKeys?: Record<string, string>, settings?: I
499499
}));
500500
} catch (e: any) {
501501
logStore.logError('Failed to get LMStudio models', e, { baseUrl: settings?.baseUrl });
502-
logger.warn('Failed to get LMStudio models: ', e.message || '');
503-
504502
return [];
505503
}
506504
}

0 commit comments

Comments
 (0)