mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 21:32:43 +02:00
use archfc hosted on aws (#409)
This commit is contained in:
parent
28ee14a75c
commit
4ec03af16e
5 changed files with 10 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ import time
|
|||
import logging
|
||||
import src.commons.utils as utils
|
||||
|
||||
from src.commons.globals import handler_map
|
||||
from src.commons.globals import ARCH_ENDPOINT, handler_map
|
||||
from src.core.utils.model_utils import (
|
||||
ChatMessage,
|
||||
ChatCompletionResponse,
|
||||
|
|
@ -51,6 +51,8 @@ logging.getLogger("opentelemetry.exporter.otlp.proto.grpc.exporter").setLevel(
|
|||
app = FastAPI()
|
||||
FastAPIInstrumentor().instrument_app(app)
|
||||
|
||||
logger.info(f"using archfc endpoint: {ARCH_ENDPOINT}")
|
||||
|
||||
|
||||
@app.get("/healthz")
|
||||
async def healthz():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue