Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -117,7 +117,6 @@ async def chat_completion(request: ChatRequest, authorization: str = Header(None
|
|
117 |
@app.get("/health")
|
118 |
@app.get("/")
|
119 |
async def health_check():
|
120 |
-
await verify_authorization(authorization)
|
121 |
logger.info("Health check endpoint called")
|
122 |
return {"status": "healthy"}
|
123 |
|
|
|
117 |
@app.get("/health")
|
118 |
@app.get("/")
|
119 |
async def health_check():
|
|
|
120 |
logger.info("Health check endpoint called")
|
121 |
return {"status": "healthy"}
|
122 |
|