forked from phoenix/litellm-mirror
(ui) show team id
This commit is contained in:
parent
318a177d98
commit
37d3b2cda0
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
|||
>
|
||||
<Input />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="Team ID"
|
||||
name="team_id"
|
||||
>
|
||||
<Input placeholder="ai_team" />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="Metadata"
|
||||
name="metadata"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue