File size: 432 Bytes
4ec8dba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
displayed_sidebar: tutorialSidebar
---
# Get Started

import QueryParamReader from '../src/components/queryParamReader.js'
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)

:::


```
pip install litellm
```

<QueryParamReader/>