mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Correct spelling in user_management_heirarchy.md (#8716)
Fixing irritating typo -- page and image names would also need to be updated
This commit is contained in:
parent
11e9fc7b54
commit
fd1070a7d1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
|
||||
|
||||
# User Management Heirarchy
|
||||
# User Management Hierarchy
|
||||
|
||||
<Image img={require('../../img/litellm_user_heirarchy.png')} style={{ width: '100%', maxWidth: '4000px' }} />
|
||||
|
||||
LiteLLM supports a heirarchy of users, teams, organizations, and budgets.
|
||||
LiteLLM supports a hierarchy of users, teams, organizations, and budgets.
|
||||
|
||||
- Organizations can have multiple teams. [API Reference](https://litellm-api.up.railway.app/#/organization%20management)
|
||||
- Teams can have multiple users. [API Reference](https://litellm-api.up.railway.app/#/team%20management)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue