mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
cleanup
This commit is contained in:
parent
7f2ed9622c
commit
3335bcd83d
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ apis_providers_info = llama_stack_api.client.providers.list()
|
|||
selected_api = st.selectbox("Select an API", list(apis_providers_info.keys()))
|
||||
st.dataframe([p.to_dict() for p in apis_providers_info[selected_api]], width=500)
|
||||
|
||||
# for api in apis_providers_info:
|
||||
# st.write(api)
|
||||
# st.dataframe([p.to_dict() for p in apis_providers_info[api]], width=500)
|
||||
|
||||
# Models Section
|
||||
st.header("Models")
|
||||
models_info = {m.identifier: m.to_dict() for m in llama_stack_api.client.models.list()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue