Commit History

fix: background thread init so uvicorn binds port 7860 immediately on HF Spaces
29d1146
Running

= commited on

fix: set HF_HUB_OFFLINE=1 at runtime to prevent model network calls on startup
66c6f17

= commited on

fix: multi-model fallback cascade (4 models x 3 keys = 12 combos) + FastAPI root redirect
cf61583

= commited on

fix: bump langchain-core to 0.3.29 (langchain-groq 0.2.3 requires >=0.3.29)
916ea97

= commited on

fix: bump pydantic to 2.10.6 (langchain 0.3.7 requires >=2.7.4)
93925a9

= commited on

fix: pin all requirements_api.txt versions to stop pip backtracking
fe846c1

= commited on

fix: add HuggingFace Spaces README.md with sdk: docker metadata
9044800

= commited on

fix: lazy GeminiKeyManager init + safe CORS default
0c7594d

= commited on

feat: multi-key rotation for Gemini (3 keys) and Groq (3 keys)
8c4590b

= commited on

feat: full optimization - Groq LLM, disease cache, deploy configs
b59fc2c

mnhat19 commited on

Push all code to huy_xau_trai repository
1149349

huydt11502 commited on

Add RAG integration: Flask API server, disease selector, evaluation system with improved case generation
74b76f3

huydt11502 commited on