Commit History

Refactored to use official huggingface_hub methods: chat_completion, translation, and feature_extraction
780de9f

Archit commited on

Changed .post to ._inner_post to fix InferenceClient attribute error on new huggingface_hub version
b38a853

Archit commited on

Bumped huggingface_hub to >=0.25.0 to ensure InferenceClient.post() is available
4a8ecf4

Archit commited on

Refactored API calls to use huggingface_hub.InferenceClient to bypass HF Space DNS sandbox blocking
2fdb61d

Archit commited on

Switched to Qwen 2.5 7B Instruct (best free model) and ensured requests is used
14b13bf

Archit commited on

Refactored all Hugging Face Inference API calls from urllib to requests to fix DNS Errno -5 bug on Docker
191c54c

Archit commited on

Switched default LLM to Zephyr to bypass HF Pro restrictions
ee46b1a

Archit commited on

Wrapped MongoDB connection in try/except block to allow startup without database credentials
8a0a342

Archit commited on

Completely neutralised check_imports to fix flash_attn bug
bc86563

Archit commited on

Patched check_imports to bypass flash_attn requirement for Florence-2
864d629

Archit commited on

Removed flash_attn to fix build
f147e23

Archit commited on

Added einops, timm, flash_attn to requirements.txt
3eb0687

Archit commited on

Add auto-retry logic for 503 Model Loading errors
d7793a4

Archit commited on

Migrate heavy ML models to HF Inference API
e5a3a2f

Archit commited on

Deploy FastAPI Backend to HF Space
96ac3c1

Archit commited on