mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-02 20:40:36 +00:00
fix var name
This commit is contained in:
parent
61cd8540de
commit
04825e854c
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ class WatsonXInferenceAdapter(Inference, ModelRegistryHelper):
|
|||
HealthResponse: A dictionary containing the health status.
|
||||
"""
|
||||
try:
|
||||
client_model = self._get_client(self._config.model_id)
|
||||
client_model = self._get_client(self._config.health_check_model_id)
|
||||
client_model.get_details()
|
||||
return HealthResponse(status=HealthStatus.OK)
|
||||
except Exception as ex:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue