Merge branch 'main' into fix-variable-name

This commit is contained in:
Anirban Kar
2024-12-16 19:53:01 +05:30
committed by GitHub
10 changed files with 67 additions and 19 deletions

View File

@@ -499,8 +499,6 @@ async function getLMStudioModels(_apiKeys?: Record<string, string>, settings?: I
}));
} catch (e: any) {
logStore.logError('Failed to get LMStudio models', e, { baseUrl: settings?.baseUrl });
logger.warn('Failed to get LMStudio models: ', e.message || '');
return [];
}
}