Commit Graph

2 Commits

Author SHA1 Message Date
Surapong Kanoktipsatharporn 9dc69a931a feat: Update check_env_setup to load and verify .env file
- Now checks for .env file existence and location
- Loads environment variables from .env file automatically
- Provides fallback .env parser if python-dotenv not installed
- Shows which API keys are configured from .env
- Gives specific guidance based on what's found/missing
2025-10-20 15:39:17 +07:00
Surapong Kanoktipsatharporn ea6c74e46b feat: Add environment setup checker script
- Checks which API keys are configured
- Shows status for OpenAI, OpenRouter, Anthropic, Google
- Provides setup instructions for common scenarios
- Helps users debug authentication errors
2025-10-20 15:34:19 +07:00