forked from phoenix/litellm-mirror
doc updates
This commit is contained in:
parent
9dbcc3dce9
commit
3cde484d43
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ import Image from '@theme/IdealImage';
|
|||
|
||||
Create a playground to **evaluate multiple LLM Providers in less than 10 minutes**. If you want to see this in prod, check out our [website](https://litellm.ai/).
|
||||
|
||||
**What will it look like?**
|
||||
<Image img={require('../../img/litellm_streamlit_playground.png')} alt="streamlit_playground" />
|
||||
|
||||
**How will we do this?**: We'll build <u>the server</u> and connect it to our template frontend, ending up with a working playground UI by the end!
|
||||
|
||||
:::info
|
||||
|
@ -168,10 +171,10 @@ If you're missing Streamlit - just pip install it (or check out their [installat
|
|||
pip install streamlit
|
||||
```
|
||||
|
||||
This is what you should see:
|
||||
<Image img={require('../../img/litellm_streamlit_playground.png')} alt="streamlit_playground" />
|
||||
|
||||
|
||||
|
||||
# Congratulations 🚀
|
||||
|
||||
You've created your first LLM Playground - with the ability to call 50+ LLM APIs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue