docs: update documentation for OpenRouter migration

Update all user-facing documentation to reflect the migration from
Anthropic API to OpenRouter.

Changes:
- Update README.md to reference OpenRouter instead of Anthropic in:
  - Features section
  - Architecture diagram comments
  - Configuration instructions
  - API key acquisition links
- Update main.py docstring to use OPENROUTER_API_KEY

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-02-22 12:27:06 -05:00
parent af4114969a
commit a498b6f525
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Example usage of the company performance analyzer.
Before running:
1. Create a .env file with:
API_KEY=your_serpapi_key
ANTHROPIC_API_KEY=your_anthropic_key
OPENROUTER_API_KEY=your_openrouter_key
2. Run: python main.py
"""