Skip to content

Commit 3b5c523

Browse files
authored
Update README.md
1 parent afe0e76 commit 3b5c523

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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

77
For 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
```
2929
Error: Client initialization failed: Failed to validate API key: 'Beta' object has no attribute 'messages'
3030
```

0 commit comments

Comments
 (0)