mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs
This commit is contained in:
parent
3e8026625e
commit
ecc805622b
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,11 @@ litellm --config config.yaml
|
|||
|
||||
### 3. Point Agent SDK to LiteLLM
|
||||
|
||||
| Environment Variable | Value | Description |
|
||||
|---------------------|-------|-------------|
|
||||
| `ANTHROPIC_BASE_URL` | `http://localhost:4000` | LiteLLM proxy URL |
|
||||
| `ANTHROPIC_API_KEY` | `sk-1234` | Your LiteLLM API key (not Anthropic key) |
|
||||
|
||||
```python title="agent.py" showLineNumbers
|
||||
import os
|
||||
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue