Skip to content

Commit

Permalink
fix: set dial_url parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Sep 9, 2024
1 parent ec3298a commit 8808f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aidial_interceptors_sdk/examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
embeddings_interceptors,
)
from aidial_interceptors_sdk.examples.utils.log_config import configure_loggers
from aidial_interceptors_sdk.utils._env import get_env

app = DIALApp(
description="Examples of DIAL interceptors",
telemetry_config=TelemetryConfig(),
add_healthcheck=True,
dial_url=get_env("DIAL_URL"),
propagate_auth_headers=True,
)

Expand Down

0 comments on commit 8808f93

Please sign in to comment.