mastodon-collector/requirements.txt
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

9 lines
224 B
Text

flask==3.1.0
gunicorn==23.0.0
psycopg2-binary==2.9.10
sqlalchemy==2.0.36
requests==2.32.3
apscheduler==3.10.4
beautifulsoup4==4.12.3
openai==1.58.1 # OpenAI-compatible API client (supports any LLM provider)
asyncpg==0.30.0