forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
ae27482e97
commit
f984e5f380
2 changed files with 3 additions and 5 deletions
|
@ -12,6 +12,9 @@ import QuickStart from '../src/components/QuickStart.js'
|
||||||
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
```shell
|
||||||
|
pip install litellm
|
||||||
|
```
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<TabItem value="openai" label="OpenAI">
|
<TabItem value="openai" label="OpenAI">
|
||||||
|
|
||||||
|
|
|
@ -100,11 +100,6 @@ const config = {
|
||||||
label: 'Discord',
|
label: 'Discord',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
href: 'https://github.com/BerriAI/litellm',
|
|
||||||
label: 'Feedback',
|
|
||||||
position: 'right',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue