Skip to content

Commit

Permalink
Enable health check endpoint via dial sdk. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov authored Jan 18, 2024
1 parent 011c071 commit e051190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidial_assistant/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
otlp_export=otlp_export_enabled, logging=otel_logging_enabled
),
)
app = DIALApp(telemetry_config=telemetry_config)
app = DIALApp(telemetry_config=telemetry_config, add_healthcheck=True)

# A delayed import is necessary to set up the httpx hook before the openai client inherits from AsyncClient.
from aidial_assistant.application.assistant_application import ( # noqa: E402
Expand Down

0 comments on commit e051190

Please sign in to comment.