Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions computer-use-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ When implementing computer use yourself, we recommend using XGA resolution (1024
- For higher resolutions: Scale the image down to XGA and let the model interact with this scaled version, then map the coordinates back to the original resolution proportionally.
- For lower resolutions or smaller devices (e.g. mobile devices): Add black padding around the display area until it reaches 1024x768.

## Japanese text input

When using Japanese input, the default typing delay may be too short for IME character conversion to complete reliably. If characters are dropped or entered incorrectly, increase `TYPING_DELAY_MS` in `computer_use_demo/tools/computer.py`. For example, a value of `300` may work better for Japanese input.

## Development

```bash
Expand Down