mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:02:36 +00:00
cleanup
This commit is contained in:
parent
9bceb1912e
commit
7f2ed9622c
4 changed files with 8 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ from modules.api import llama_stack_api
|
|||
# Sidebar configurations
|
||||
with st.sidebar:
|
||||
st.header("Configuration")
|
||||
available_models = llama_stack_api.list_models()
|
||||
available_models = llama_stack_api.client.models.list()
|
||||
available_models = [model.identifier for model in available_models]
|
||||
selected_model = st.selectbox(
|
||||
"Choose a model",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue