You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Issue Tracker that this hasn't already been reported. (+1 or comment there if it has.)
Motivation
Current framework only support VLM with function calling feature. It limits our supporting models. The function calling feature by generating code. For exmaple, if an model with out function calling want to call click(11) with write_text("enter"), it can generate a code block:
click(11)
write_text("enter")
This mode will support almost all existing VLMs.
Solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Required prerequisites
Motivation
Current framework only support VLM with function calling feature. It limits our supporting models. The function calling feature by generating code. For exmaple, if an model with out function calling want to call
click(11)
withwrite_text("enter")
, it can generate a code block:This mode will support almost all existing VLMs.
Solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: