mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
docs: add base_url env for anthropic llm example (#2204)
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
90b7937796
commit
9298054436
@@ -158,7 +158,11 @@ In this section, you'll find detailed examples that help you select, configure,
|
|||||||
|
|
||||||
<Accordion title="Anthropic">
|
<Accordion title="Anthropic">
|
||||||
```toml Code
|
```toml Code
|
||||||
|
# Required
|
||||||
ANTHROPIC_API_KEY=sk-ant-...
|
ANTHROPIC_API_KEY=sk-ant-...
|
||||||
|
|
||||||
|
# Optional
|
||||||
|
ANTHROPIC_API_BASE=<custom-base-url>
|
||||||
```
|
```
|
||||||
|
|
||||||
Example usage in your CrewAI project:
|
Example usage in your CrewAI project:
|
||||||
|
|||||||
Reference in New Issue
Block a user