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
The README.md mentions support for GPT, but the current implementation is hardcoded to use the Gemini API. Refactor the aiEngine.js module to dynamically load different AI providers based on the options.model parameter. This would require an interface for different AI providers.