adding support health check to deploy it in k8s

This commit is contained in:
Yogish Baliga 2024-09-21 13:07:55 -07:00
parent 7f14fd8ecd
commit 06c6b54529
2 changed files with 13 additions and 1 deletions

View file

@ -3,6 +3,7 @@
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
import pydantic
from together import Together
import asyncio