docs -quick start

This commit is contained in:
Ishaan Jaff 2024-07-25 19:52:53 -07:00
parent f452a6e053
commit f329c3ff3b
2 changed files with 7 additions and 1 deletions

View file

@ -255,6 +255,12 @@ litellm --config your_config.yaml
## Using LiteLLM Proxy - Curl Request, OpenAI Package, Langchain
:::info
LiteLLM is compatible with several SDKs - including OpenAI SDK, Anthropic SDK, Mistral SDK, LLamaIndex, Langchain (Js, Python)
[More examples here](user_keys)
:::
<Tabs>
<TabItem value="Curl" label="Curl Request">

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Use with Langchain, OpenAI SDK, LlamaIndex, Instructor, Curl
# 💡 Use with Langchain, OpenAI SDK, LlamaIndex, Instructor, Curl
:::info