Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion app/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ Single interface for OpenAI/Claude LLMs. Switch providers with one config change
- **Factory**: `LLMFactory.create()` - auto-detects best available provider
- **Type Safety**: Full Pydantic + type hints for agent tooling

## 🏗️ Architecture
# Unit tests
pytest tests/test_models.py

# Connection test (requires API key)
python -c "from app.models import test_connection; test_connection(True)"

# Live test
uvicorn app.main:app --reload
# Visit http://localhost:8000/docs