support all-models-on-proxy

This commit is contained in:
Ishaan Jaff 2024-04-02 15:52:54 -07:00
parent dfc020ca5f
commit b83c452ddd
4 changed files with 13 additions and 13 deletions

View file

@ -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>
)}
</>