From dec2c4714583073b3b1a0639440288ddaf257e2a Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sun, 22 Mar 2026 22:05:49 -0700 Subject: [PATCH] fix: use anthropic model in anthropic provider docs example --- docs/llm-providers/anthropic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llm-providers/anthropic.mdx b/docs/llm-providers/anthropic.mdx index 8328872..da32b13 100644 --- a/docs/llm-providers/anthropic.mdx +++ b/docs/llm-providers/anthropic.mdx @@ -6,7 +6,7 @@ description: "Configure Strix with Claude models" ## Setup ```bash -export STRIX_LLM="openai/gpt-5.4" +export STRIX_LLM="anthropic/claude-sonnet-4-6" export LLM_API_KEY="sk-ant-..." ```