docs(user_keys.md): add litellm python sdk tab

This commit is contained in:
Krrish Dholakia
2025-08-04 15:14:13 -07:00
parent bfecab2cc5
commit 747467c819
+5
View File
@@ -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">