forked from phoenix-oss/llama-stack-mirror
Small rename
This commit is contained in:
parent
71a905e93f
commit
95a96afe34
3 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ from llama_stack.providers.utils.telemetry.tracing import (
|
|||
from llama_stack.distribution.datatypes import * # noqa: F403
|
||||
|
||||
from llama_stack.distribution.request_headers import set_request_provider_data
|
||||
from llama_stack.distribution.resolver import resolve_impls_with_routing
|
||||
from llama_stack.distribution.resolver import resolve_impls
|
||||
|
||||
from .endpoints import get_all_api_endpoints
|
||||
|
||||
|
@ -276,7 +276,7 @@ def main(
|
|||
|
||||
app = FastAPI()
|
||||
|
||||
impls = asyncio.run(resolve_impls_with_routing(config))
|
||||
impls = asyncio.run(resolve_impls(config))
|
||||
if Api.telemetry in impls:
|
||||
setup_logger(impls[Api.telemetry])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue