litellm/docs/my-website/docs/default_code_snippet.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
432 B
Markdown
Raw Normal View History

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