Skip to content

Commit d75899d

Browse files
authored
Merge pull request #753 from dustinwloring1988/fix/lm-studio-fetch-warning
fix: warn Constants Failed
2 parents 1c3582c + 2819911 commit d75899d

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)