Skip to content

Commit 3bb2462

Browse files
committed
Added image for modifying default user budget via admin UI
1 parent 8af3ecf commit 3bb2462

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/my-website/docs/proxy/self_serve.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export PROXY_LOGOUT_URL="https://www.google.com"
227227
<Image img={require('../../img/ui_logout.png')} style={{ width: '400px', height: 'auto' }} />
228228

229229

230-
### Set max budget for internal users
230+
### Set default max budget for internal users
231231

232232
Automatically apply budget per internal user when they sign up. By default the table will be checked every 10 minutes, for users to reset. To modify this, [see this](./users.md#reset-budgets)
233233

@@ -239,6 +239,10 @@ litellm_settings:
239239
240240
This sets a max budget of $10 USD for internal users when they sign up.
241241
242+
You can also manage these settings visually in the UI:
243+
244+
<Image img={require('../../img/default_user_settings_admin_ui.png')} style={{ width: '700px', height: 'auto' }} />
245+
242246
This budget only applies to personal keys created by that user - seen under `Default Team` on the UI.
243247

244248
<Image img={require('../../img/max_budget_for_internal_users.png')} style={{ width: '500px', height: 'auto' }} />
234 KB
Loading

0 commit comments

Comments
 (0)