mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 12:59:47 +00:00
align with other remote adapters, rename config base_url -> url
This commit is contained in:
parent
2980a18920
commit
4ccf4ef641
3 changed files with 8 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ async def check_health(config: NVIDIAConfig) -> None:
|
|||
if not config.is_hosted:
|
||||
print("Checking NVIDIA NIM health...")
|
||||
try:
|
||||
is_live, is_ready = await _get_health(config.base_url)
|
||||
is_live, is_ready = await _get_health(config.url)
|
||||
if not is_live:
|
||||
raise ConnectionError("NVIDIA NIM is not running")
|
||||
if not is_ready:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue