mirror of
https://github.com/kennethreitz/photos.kennethreitz.org.git
synced 2026-06-05 06:46:13 +00:00
0e4a3e1975
- AI-generated title, description, and tags per image via GPT-4o-mini with structured output - Tag model with word cloud browsing at /tags/ and /tags/<slug>/ - Tags in nav, image detail page, and search - ai_describe management command with concurrent workers - OpenAI API key and prompt configurable in SiteConfig admin - .dockerignore to prevent 7GB Docker builds - Search now covers ai_title, ai_description, and tag names Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
97 B
Plaintext
12 lines
97 B
Plaintext
.venv/
|
|
.git/
|
|
.env
|
|
*.sqlite3
|
|
media/
|
|
staticfiles/
|
|
__pycache__/
|
|
*.pyc
|
|
.DS_Store
|
|
AGENTS.md
|
|
dump.json
|