forked from phoenix/litellm-mirror
(ui) use default /key/generate settings
This commit is contained in:
parent
21db161373
commit
855a1e8000
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ export const keyCreateCall = async (
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
team_id: "core-infra-4",
|
|
||||||
max_budget: 10,
|
|
||||||
user_id: userID,
|
user_id: userID,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue