forked from phoenix/litellm-mirror
show all models in red on ui
This commit is contained in:
parent
3245d8cdce
commit
6e3ec361ae
3 changed files with 29 additions and 19 deletions
|
@ -142,6 +142,9 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
placeholder="Select models"
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
<Option key="all-team-models" value="all-team-models">
|
||||
All Team 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