mastodon-collector/app/analyzer
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
..
__init__.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
__main__.py Add toxicity analysis system for Mastodon statuses 2026-03-30 14:43:35 +02:00
analyzer.py Add generic LLM provider terminology 2026-04-18 20:27:09 +02:00
classifier.py Add generic LLM provider terminology 2026-04-18 20:27:09 +02:00
config.py Add generic LLM provider terminology 2026-04-18 20:27:09 +02:00
db.py Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00