mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs(user_keys.md): add litellm python sdk tab
This commit is contained in:
parent
bfecab2cc5
commit
747467c819
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ response = client.chat.completions.create(
|
|||
|
||||
print(response)
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="litellm_sdk" label="LiteLLM Python SDK">
|
||||
|
||||
[**👉 Go Here**](../providers/litellm_proxy#send-all-sdk-requests-to-litellm-proxy)
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="azureopenai" label="AzureOpenAI Python">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue