Merge branch 'main' into event-handler-wildcard

This commit is contained in:
Vini Brasil
2025-03-20 10:50:12 -03:00
committed by GitHub

View File

@@ -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: