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
feat: Add demo mode for web version without API key
- Added demo mode functionality that works without requiring an API key
- Created getDemoResponses function with sample chat messages
- Modified getAIInstance to return null when no API key is available
- Updated generateChatResponses to use demo mode when no API key
- Added demo mode indicator in UI with warning notice
- Users can now try the app immediately without API key setup
- Demo mode shows sample responses and guides users to get API key
0 commit comments