forked from phoenix/litellm-mirror
Update readme.md
This commit is contained in:
parent
b5d069e7a4
commit
54b9343395
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
|||
</h4>
|
||||
|
||||
LiteLLM allows you to call 100+ LLMs using completion
|
||||
This template server allows you to define LLMs with their A/B test ratios
|
||||
|
||||
## This template server allows you to define LLMs with their A/B test ratios
|
||||
|
||||
```python
|
||||
llm_dict = {
|
||||
|
@ -51,7 +52,7 @@ response = completion(model="command-nightly", messages=messages)
|
|||
response = completion(model="claude-2", messages=messages)
|
||||
```
|
||||
|
||||
After calling `completion()` costs and latency can be viewed on the LiteLLM Client UI
|
||||
This server allows you to view responses, costs and latency on your LiteLLM dashboard
|
||||
|
||||
### LiteLLM Client UI
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue