mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 06:12:16 +00:00
fix: fixed import errors for playground and ui
This commit is contained in:
parent
8924414c5c
commit
c941c7846c
12 changed files with 14 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ import streamlit as st
|
|||
from llama_stack_client.lib.agents.agent import Agent
|
||||
from llama_stack_client.lib.agents.event_logger import EventLogger
|
||||
from llama_stack_client.types.shared.document import Document
|
||||
|
||||
from llama_stack.distribution.ui.modules.api import llama_stack_api
|
||||
from llama_stack.distribution.ui.modules.utils import data_url_from_file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue