Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
5186e8e
1
Parent(s): 128a79a
🚀 Auto-deploy backend from GitHub (7f1450e)
Browse files- startup_validation.py +1 -0
startup_validation.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
"""
|
| 2 |
Startup validation for MathPulse AI backend.
|
|
|
|
| 3 |
|
| 4 |
This module validates all critical dependencies and configurations BEFORE
|
| 5 |
the FastAPI app starts, preventing indefinite restart loops.
|
|
|
|
| 1 |
"""
|
| 2 |
Startup validation for MathPulse AI backend.
|
| 3 |
+
Rebuild: 2026-05-10 - DeepSeek API secrets injected
|
| 4 |
|
| 5 |
This module validates all critical dependencies and configurations BEFORE
|
| 6 |
the FastAPI app starts, preventing indefinite restart loops.
|