You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showError(`Failed to refresh models: ${result.error}`);
342
+
return;
343
+
}
344
+
345
+
constmodels=result.models;
319
346
320
347
if(models.length===0){
321
-
showError('No models retrieved. Please check your API key and try again.');
348
+
showError(
349
+
'No usable chat models were returned. This can happen if OpenAI returned only models that this extension filters out (preview/turbo/pro/dated/audio/etc).'
0 commit comments