inference-api-g1 / api /router.py

Commit History

Move API key middleware to main.py and add startup/shutdown lifecycle management
5df1f2d

alexfremont commited on

Clean up imports and remove unused code across API modules
3635acb

alexfremont commited on

Refactor API auth and add management endpoints for model loading/updating
bccef3b

alexfremont commited on

Update requirements.txt with new package dependencies
832b9bb

alexfremont commited on

Add model management endpoints and database fetch functionality
0053356

alexfremont commited on

Add theme.css and queue endpoints to static asset routing whitelist
2c455c2

alexfremont commited on

Add exception for Gradio static assets in API authentication middleware
97bf0f2

alexfremont commited on

Add os import and update API key validation in router.py
c35fb5d

alexfremont commited on

Skip auth middleware for debug mode and HF Space container logs
ba5d6d2

alexfremont commited on

Refactor API architecture with modular design and database integration
e109700

alexfremont commited on