forked from phoenix/litellm-mirror
reducing image size
This commit is contained in:
parent
1b144dbf4a
commit
a42c197e5a
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ 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" />
|
||||
<Image
|
||||
img={require('../../img/litellm_streamlit_playground.png')}
|
||||
alt="streamlit_playground"
|
||||
style={{ maxWidth: '75%', height: 'auto' }}
|
||||
/>
|
||||
|
||||
**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!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue