Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Resolution Support Implementation #39

Open
Han1018 opened this issue Nov 28, 2024 · 1 comment
Open

Question about Resolution Support Implementation #39

Han1018 opened this issue Nov 28, 2024 · 1 comment

Comments

@Han1018
Copy link

Han1018 commented Nov 28, 2024

Hi,

Thank you for your amazing work on this project!

I have a question regarding how the project supports different screen resolutions. From what I understand by tracing the code, it seems like the screen information is provided directly to Claude without additional compression or pre-processing. Could you kindly confirm if this is the intended approach? Or is there any additional mechanism involved that I might have missed?

I’m asking because I’m trying to ensure I fully understand the implementation and its scalability across various resolutions.

Looking forward to your response🙏

@h-siyuan
Copy link
Collaborator

h-siyuan commented Dec 6, 2024

The screenshot mechanism differs by model. For example, Claude Computer Use by Anthropic is extremely costly, thus to help users save token cost, we resize the screenshots to low-resolution ones. For Local Run with ShowUI, as the token cost is far cheaper, we keep the original screenshot sizes for better performance:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants