mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
moved utility to common and updated data_url parsing logic
This commit is contained in:
parent
5f49dce839
commit
487e16dc3f
4 changed files with 60 additions and 30 deletions
|
@ -17,6 +17,7 @@ from termcolor import cprint
|
|||
from llama_toolchain.core.datatypes import RemoteProviderConfig
|
||||
|
||||
from .api import * # noqa: F403
|
||||
from .common.file_utils import data_url_from_file
|
||||
|
||||
|
||||
async def get_client_impl(config: RemoteProviderConfig, _deps: Any) -> Memory:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue