ui dashboard

This commit is contained in:
ishaan-jaff 2023-08-23 11:32:21 -07:00
parent 8318f47d61
commit 1e340a1f2c

View file

@ -1,29 +1,25 @@
import Image from '@theme/IdealImage'; import Image from '@theme/IdealImage';
# LiteLLM Client - Debugging Dashboard # LiteLLM Client - Debugging Dashboard
LiteLLM offers a UI to example: (https://admin.litellm.ai/). LiteLLM offers a UI to
* Add New LLMs - Store your API Keys, Model Configurations * Add New LLMs - Store your API Keys, Model Configurations
* Debug your Call Logs * Debug your Call Logs
(https://admin.litellm.ai/)
Once created, your dashboard is viewable at - `admin.litellm.ai/<your_email>` [👋 Tell us if you need better privacy controls](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version?month=2023-08)
<Image img={require('../../img/dashboard.png')} alt="Dashboard" /> <Image img={require('../../img/dashboard.png')} alt="Dashboard" />
Once created, your dashboard is viewable at - `admin.litellm.ai/<your_email>` [👋 Tell us if you need better privacy controls](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version?month=2023-08)
See our live dashboard 👉 [admin.litellm.ai](https://admin.litellm.ai/) See our live dashboard 👉 [admin.litellm.ai](https://admin.litellm.ai/)
<Image img={require('../../img/dashboard.png')} alt="Dashboard" />
## Usage ## Usage
### Requirements ### Requirements
1. **Needs litellm>=0.1.438*** 1. **Needs litellm>=0.1.438***
2. Set litellm.email account 2. Set `litellm.email` account. You can set your user email in 2 ways.
You can set your user email in 2 ways. - By setting it on the module - `litellm.email=<your_email>`.
- By setting it on the module - `litellm.email=<your_email>`. - By setting it as an environment variable - `os.environ["LITELLM_EMAIL"] = "your_email"`.
- By setting it as an environment variable - `os.environ["LITELLM_EMAIL"] = "your_email"`.
## Code Setup ## Code Setup
``` ```python
import litellm import litellm
from litellm import embedding, completion from litellm import embedding, completion