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
* Move logging statements to not confuse users
* Add filtering logic using .includes .replace
* Update code to provide output on test failure
* Properly report errors to console
* Use regex matching instead of .replace
error(`❌ Error: Failed to get completion from OpenAI: ${err.message||err} OR You may have reached the daily rate limit for GitHub Models. Please wait for the limit to reset before trying again. For more information, visit: https://gh.io/models-rate-limits`);
0 commit comments