Unverified Commit d2339d68 authored by Nick Hill's avatar Nick Hill Committed by GitHub
Browse files

Connect engine healthcheck to openai server (#3260)

parent b35cc934
......@@ -160,6 +160,7 @@ async def validation_exception_handler(_, exc):
@app.get("/health")
async def health() -> Response:
"""Health check."""
await openai_serving_chat.engine.check_health()
return Response(status_code=200)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment