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
To help you better understand the coordinate processing, we also provide a <ahref="README_coordinates.md">guide</a> for coordinates processing visualization.
59
84
60
85
## Prompt Usage Guide
61
86
62
-
To accommodate different device environments and task complexities, the following three prompt templates in <ahref="codes/prompts.py">codes/prompts.py</a>. are designed to guide GUI agents in generating appropriate actions. Choose the template that best fits your use case:
87
+
To accommodate different device environments and task complexities, the following three prompt templates in <ahref="codes/ui_tars/prompt.py">codes/ui_tars/prompt.py</a>. are designed to guide GUI agents in generating appropriate actions. Choose the template that best fits your use case:
Copy file name to clipboardExpand all lines: codes/README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# ui-tars
2
2
3
-
A python package for parsing LLM-generated GUI action instructions, automatically generating pyautogui scripts, and supporting coordinate conversion and smart image resizing.
3
+
A python package for parsing VLM-generated GUI action instructions into executable pyautogui codes.
4
4
5
5
---
6
6
7
7
## Introduction
8
8
9
-
`ui-tars` is a Python package for parsing LLM-generated GUI action instructions, automatically generating pyautogui scripts, and supporting coordinate conversion and smart image resizing.
9
+
`ui-tars` is a Python package for parsing VLM-generated GUI action instructions, automatically generating pyautogui scripts, and supporting coordinate conversion and smart image resizing.
0 commit comments