forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
48968b896d
commit
6dc96f5bca
2 changed files with 19 additions and 0 deletions
|
@ -35,6 +35,25 @@ response = completion(model=selected_model, messages=[{ "content": "Hello, how a
|
|||
|
||||
```
|
||||
|
||||
### Viewing Logs, Feedback
|
||||
In order to view logs set `litellm.token=<your-email>`
|
||||
```python
|
||||
import litellm
|
||||
litellm.token='ishaan_discord@berri.ai'
|
||||
```
|
||||
|
||||
Here is what your logs dashboard looks like:
|
||||
<Image img={require('../../img/ab_test_logs.png')} />
|
||||
|
||||
Your logs will be available at:
|
||||
https://lite-llm-abtest-nckmhi7ue-clerkieai.vercel.app/<your-token>
|
||||
|
||||
### Live Demo UI
|
||||
👉https://lite-llm-abtest-nckmhi7ue-clerkieai.vercel.app/ishaan_discord@berri.ai
|
||||
|
||||
## Viewing Responses + Custom Scores
|
||||
LiteLLM UI allows you to view responses and set custom scores for each response
|
||||
|
||||
## Setup
|
||||
|
||||
### Install LiteLLM
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 405 KiB |
Loading…
Add table
Add a link
Reference in a new issue