- Replace openai with litellm for unified LLM interface - Support 100+ providers: OpenAI, Anthropic, Gemini, Azure, Ollama, etc. - Add custom API base URL support (LLM_API_BASE) - Add .env file support with python-dotenv - Add .env.example configuration template 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
websockets>=12.0
|
|
pydantic>=2.5.0
|
|
sqlalchemy>=2.0.0
|
|
aiosqlite>=0.19.0
|
|
litellm>=1.40.0
|
|
python-dotenv>=1.0.0
|