litellm/docs/my-website/docs/default_code_snippet.md
Krrish Dholakia 198b95d7a0 update docs
2023-08-25 17:02:43 -07:00

22 lines
No EOL
432 B
Markdown

---
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/>