mirror of
https://github.com/trycua/lume.git
synced 2026-01-06 12:29:56 -06:00
Remove claude-3-5-sonnet-20241022
This commit is contained in:
@@ -133,7 +133,7 @@ await cleanup_session(ctx, "session-to-cleanup")
|
||||
|
||||
### Environment Variables
|
||||
|
||||
- `CUA_MODEL_NAME`: Model to use (default: `anthropic/claude-3-5-sonnet-20241022`)
|
||||
- `CUA_MODEL_NAME`: Model to use (default: `anthropic/claude-sonnet-4-5-20250929`)
|
||||
- `CUA_MAX_IMAGES`: Maximum images to keep (default: `3`)
|
||||
|
||||
### Session Manager Configuration
|
||||
|
||||
@@ -44,7 +44,7 @@ Add this to your MCP client configuration:
|
||||
"args": [
|
||||
"bash",
|
||||
"-lc",
|
||||
"export CUA_MODEL_NAME='anthropic/claude-3-5-sonnet-20241022'; ~/.cua/start_mcp_server.sh"
|
||||
"export CUA_MODEL_NAME='anthropic/claude-sonnet-4-5-20250929'; ~/.cua/start_mcp_server.sh"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@ def serve() -> FastMCP:
|
||||
|
||||
try:
|
||||
# Get model name
|
||||
model_name = os.getenv("CUA_MODEL_NAME", "anthropic/claude-3-5-sonnet-20241022")
|
||||
model_name = os.getenv("CUA_MODEL_NAME", "anthropic/claude-sonnet-4-5-20250929")
|
||||
logger.info(f"Using model: {model_name}")
|
||||
|
||||
# Create agent with the new v0.4.x API
|
||||
|
||||
@@ -168,7 +168,7 @@ def print_usage_examples():
|
||||
"command": "/bin/bash",
|
||||
"args": ["~/.cua/start_mcp_server.sh"],
|
||||
"env": {
|
||||
"CUA_MODEL_NAME": "anthropic/claude-3-5-sonnet-20241022"
|
||||
"CUA_MODEL_NAME": "anthropic/claude-sonnet-4-5-20250929"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -192,7 +192,7 @@ Step 2: Configure MCP client:
|
||||
"command": "/bin/bash",
|
||||
"args": ["~/.cua/start_mcp_server.sh"],
|
||||
"env": {
|
||||
"CUA_MODEL_NAME": "anthropic/claude-3-5-sonnet-20241022",
|
||||
"CUA_MODEL_NAME": "anthropic/claude-sonnet-4-5-20250929",
|
||||
"CUA_USE_HOST_COMPUTER_SERVER": "true"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user