Commit Graph

2 Commits

Author SHA1 Message Date
thecyberlearn
133b3f1d50 Fix groq initialization by using lazy loading
- Comment out global analyzer instance creation at import time
- Create BrandPresenceAnalyzer only when analyze_brand_presence() is called
- This prevents groq client initialization during Django import phase
- Resolves TypeError with proxies argument on module import

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 08:51:50 +05:30
thecyberlearn
b0e8c917ef Initial clean CapRover deployment - no secrets
Complete Django AI agent marketplace with security optimizations
and clean deployment documentation without any API keys or secrets.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 10:50:55 +05:30