2023-08-25 04:19:24 +08:00
|
|
|
---
|
|
|
|
|
displayed_sidebar: tutorialSidebar
|
|
|
|
|
---
|
|
|
|
|
# Get Started
|
|
|
|
|
|
|
|
|
|
import QueryParamReader from '../src/components/queryParamReader.js'
|
2023-08-26 08:02:43 +08:00
|
|
|
import TokenComponent from '../src/components/queryParamToken.js'
|
|
|
|
|
|
|
|
|
|
:::info
|
|
|
|
|
|
|
|
|
|
This section assumes you've already added your API keys in <TokenComponent/>
|
|
|
|
|
|
|
|
|
|
If you want to use the non-hosted version, [go here](https://docs.litellm.ai/docs/#quick-start)
|
|
|
|
|
|
|
|
|
|
:::
|
2023-08-25 04:19:24 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pip install litellm
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
<QueryParamReader/>
|