deepak191z commited on
Commit
99fff37
·
verified ·
1 Parent(s): b1f8565

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -52,7 +52,7 @@ async def chat_with_model(query: str, model: str):
52
  @app.get("/health")
53
  @app.get("/")
54
  async def health_check():
55
- logger.info("Health check endpoint called")
56
  return {"status": "healthy"}
57
 
58
  if __name__ == "__main__":
 
52
  @app.get("/health")
53
  @app.get("/")
54
  async def health_check():
55
+
56
  return {"status": "healthy"}
57
 
58
  if __name__ == "__main__":