File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ClaudeComputerUseBeta-Win64
22
3- # Beta trial code for the Claude 3.5 Sonnet Computer Use (Beta) on Win64.
3+ ## Beta trial code for the Claude 3.5 Sonnet Computer Use (Beta) on Win64.
44
55##### As noted in the Anthropic Computer Use (Beta) Documentation, it is recommended that the Computer Use to be ran in Virtual Machines.
66
77For Docker based Computer Use (Beta), please visit https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo .
88
99
10- # Step 1. main.py - insert your Claude API Key, and press Initlialize.
10+ ## Step 1. main.py - insert your Claude API Key, and press Initlialize.
1111
1212![ Before_initialize] ( ./img/CCMP1.png )
1313![ After_initialize] ( ./img/CCMP1-1.png )
1414
15- # Step 2. Write your prompt and press Submit.
15+ ## Step 2. Write your prompt and press Submit.
1616
1717![ Processing] ( ./img/CCMP2.png )
1818
1919
20- # Current Status
20+ ## Current Status
2121
2222- Errors in correctly locating the cursor. This may be due to image downscaling (due to token length limit)
2323- Errors in identifying whether the goal has been achieved.
2424- Currently taking two screenshots at the beginning of the task.
2525- Need calibration of the awaiting time for the actions to complete.
2626
27- # Known Errors
27+ ## Known Errors
2828```
2929Error: Client initialization failed: Failed to validate API key: 'Beta' object has no attribute 'messages'
3030```
You can’t perform that action at this time.
0 commit comments