From 1bc43aa83b96776f7fdf64485bedc7b216cfed8d Mon Sep 17 00:00:00 2001 From: Adam <62897873+YeIIcw@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:30:32 -0500 Subject: [PATCH] Update configuration.mdx --- docs/content/docs/libraries/mcp-server/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/libraries/mcp-server/configuration.mdx b/docs/content/docs/libraries/mcp-server/configuration.mdx index 8fef5794..30c3074f 100644 --- a/docs/content/docs/libraries/mcp-server/configuration.mdx +++ b/docs/content/docs/libraries/mcp-server/configuration.mdx @@ -17,7 +17,7 @@ The `CUA_MODEL_NAME` environment variable supports various model providers throu ### Supported Providers -- **Anthropic**: `anthropic/claude-sonnet-4-20250514`, `anthropic/claude-3-haiku-20240307` +- **Anthropic**: `anthropic/claude-sonnet-4-20250514`, - **OpenAI**: `openai/computer-use-preview`, `openai/gpt-4o` - **Local Models**: `huggingface-local/ByteDance-Seed/UI-TARS-1.5-7B` - **Omni + LiteLLM**: `omniparser+litellm/gpt-4o`, `omniparser+litellm/claude-3-haiku`