mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
Merge branch 'main' into event-handler-wildcard
This commit is contained in:
@@ -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