mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-25 21:57:45 +00:00
Update external.py (minor)
This commit is contained in:
parent
67b6f79715
commit
b7792ec1ee
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ def load_external_apis(config: StackRunConfig | BuildConfig) -> dict[Api, Extern
|
|||
Returns:
|
||||
A dictionary mapping API names to their specifications
|
||||
"""
|
||||
if not hasattr(config, "external_apis_dir"):
|
||||
return {}
|
||||
|
||||
if not config.external_apis_dir:
|
||||
return {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue