LlamaFinetuneGGUF commited on
Commit
2819911
·
1 Parent(s): c4f94aa

Update constants.ts

Browse files

fixes the 'WARN Constants Failed to get LMStudio models: fetch failed' error as the user most likely just has it active in provider

Files changed (1) hide show
  1. app/utils/constants.ts +0 -2
app/utils/constants.ts CHANGED
@@ -499,8 +499,6 @@ async function getLMStudioModels(_apiKeys?: Record<string, string>, settings?: I
499
  }));
500
  } catch (e: any) {
501
  logStore.logError('Failed to get LMStudio models', e, { baseUrl: settings?.baseUrl });
502
- logger.warn('Failed to get LMStudio models: ', e.message || '');
503
-
504
  return [];
505
  }
506
  }
 
499
  }));
500
  } catch (e: any) {
501
  logStore.logError('Failed to get LMStudio models', e, { baseUrl: settings?.baseUrl });
 
 
502
  return [];
503
  }
504
  }