From 92980544362dbdc55eff19a6b9250a39b8b55054 Mon Sep 17 00:00:00 2001 From: Seyed Mostafa Meshkati Date: Thu, 20 Mar 2025 17:18:11 +0330 Subject: [PATCH] docs: add base_url env for anthropic llm example (#2204) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- docs/concepts/llms.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/llms.mdx b/docs/concepts/llms.mdx index 10ee03683..f1d586bee 100644 --- a/docs/concepts/llms.mdx +++ b/docs/concepts/llms.mdx @@ -158,7 +158,11 @@ In this section, you'll find detailed examples that help you select, configure, ```toml Code + # Required ANTHROPIC_API_KEY=sk-ant-... + + # Optional + ANTHROPIC_API_BASE= ``` Example usage in your CrewAI project: