snailyp commited on
Commit
e884a20
·
verified ·
1 Parent(s): 960a587

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
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