forked from phoenix/litellm-mirror
Update readme.md
This commit is contained in:
parent
dbb4a0b0c4
commit
bf529a26d8
1 changed files with 12 additions and 1 deletions
|
@ -56,7 +56,18 @@ response = completion(model=selected_model, messages=[{ "content": "Hello, how a
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
This server allows you to view responses, costs and latency on your LiteLLM dashboard
|
### Viewing Logs, Feedback
|
||||||
|
In order to view logs set `litellm.token=<your-email>`
|
||||||
|
```python
|
||||||
|
import litellm
|
||||||
|
litellm.token='ishaan_discord@berri.ai'
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
# Using LiteLLM A/B Testing Server
|
# Using LiteLLM A/B Testing Server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue