mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-28 15:02:37 +00:00
remove print
This commit is contained in:
parent
21452a162b
commit
d09218a275
1 changed files with 0 additions and 1 deletions
|
@ -442,7 +442,6 @@ def main(yaml_config: str, port: int = 5000, disable_ipv6: bool = False):
|
|||
endpoints = all_endpoints[api]
|
||||
impl = impls[api]
|
||||
|
||||
cprint(f"API={api_str}, endpoints={endpoints}", "green")
|
||||
provider_spec = specs[api]
|
||||
if (
|
||||
isinstance(provider_spec, RemoteProviderSpec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue