forked from phoenix/litellm-mirror
ui - support all-models alias
This commit is contained in:
parent
73ef4780f7
commit
dfc020ca5f
3 changed files with 8 additions and 11 deletions
|
@ -142,9 +142,6 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
placeholder="Select models"
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
<Option key="all-models" value="all-models">
|
||||
All Models
|
||||
</Option>
|
||||
{team && team.models ? (
|
||||
team.models.map((model: string) => (
|
||||
<Option key={model} value={model}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue