mastodon-collector/app
Pieter 754fddef12 Add generic LLM provider terminology
- Update all documentation to use "LLM API" instead of "OpenAI GPT-4o-mini"
- Rename OPENAI_API_KEY to LLM_API_KEY in configuration
- Update code comments to reflect generic LLM usage
- Keep OpenAI-compatible client library (supports any LLM provider)
- Add LOCAL_OPERATIONS.md and accounts.txt to .gitignore
2026-04-18 20:27:09 +02:00
..
analyzer Add generic LLM provider terminology 2026-04-18 20:27:09 +02:00
templates Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00
__init__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
__main__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
analysis_helpers.py Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00
collector.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
db.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
mastodon_api.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
web.py Complete toxicity analysis implementation with manual review 2026-03-31 17:50:23 +02:00