fix configure

This commit is contained in:
Xi Yan 2024-09-22 00:19:24 -07:00
parent c0f2f9402e
commit b5217fe6fc
3 changed files with 6 additions and 3 deletions

View file

@ -8,6 +8,8 @@ from typing import Any, Dict
from llama_stack.distribution.datatypes import Api, ProviderSpec, StackRunConfig
from .config import BuiltinImplConfig # noqa
async def get_builtin_impl(config: StackRunConfig):
from .models import BuiltinModelsImpl