- 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
9 lines
224 B
Text
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
|