- Added OpenAI-compatible LLM endpoints to API backend - Introduced web frontend with Jinja2 templates and static assets - Implemented API proxy routes in web service - Added sample db.json data for items, users, orders, reviews, categories, llm_requests - Updated ADC and Helm configs for separate AI and standard rate limiting - Upgraded FastAPI, Uvicorn, and added httpx, Jinja2, python-multipart dependencies - Added API configuration modal and client-side JS for web app
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
fastapi==0.109.0
|
|
uvicorn==0.27.0
|
|
jinja2==3.1.3
|
|
python-multipart==0.0.6
|
|
httpx==0.26.0
|