mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 10:23:44 +00:00
chore(ui): remove the Streamlit UI
This commit is contained in:
parent
9df073450f
commit
5d46bff7e9
27 changed files with 0 additions and 1597 deletions
|
|
@ -51,14 +51,6 @@ dependencies = [
|
|||
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
ui = [
|
||||
"streamlit",
|
||||
"pandas",
|
||||
"llama-stack-client>=0.3.0",
|
||||
"streamlit-option-menu",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue