mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
support all-models-on-proxy
This commit is contained in:
parent
dfc020ca5f
commit
b83c452ddd
4 changed files with 13 additions and 13 deletions
|
@ -418,7 +418,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
) : (
|
||||
// If selected team is None or selected team's models are empty, show all models
|
||||
<Badge size={"xs"} className="mb-1" color="blue">
|
||||
<Text>all-models</Text>
|
||||
<Text>all-models-on-proxy</Text>
|
||||
</Badge>
|
||||
)}
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue