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
Copy file name to clipboardExpand all lines: docs/setting.md
+23-20Lines changed: 23 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
**UI-TARS Desktop** offers granular control over application behavior through its settings system. This document provides comprehensive guidance on configuration options, preset management, and operational best practices.
@@ -33,28 +33,14 @@ Controls localization settings for VLM.
33
33
<br>
34
34
35
35
36
-
### VLM Provider
37
-
38
-
Selects the backend VLM provider for make GUI action decisions.
39
-
40
-
| Property | Details |
41
-
| ----------- | ---------------------- |
42
-
|**Type**|`string`|
43
-
|**Options**|`Hugging Face`, `vLLM`|
44
-
|**Default**|`Hugging Face`|
45
-
46
-
> [!NOTE]
47
-
> This is an interface reserved for different VLM providers.
48
-
49
-
50
-
<br>
51
-
52
36
53
37
54
38
### VLM Base URL
55
39
56
40
Specify the base url of the VLM that needs to be requested.
57
41
42
+
For UI TARS deployment, please check out [Deployment](./deployment.md).
43
+
58
44
| Property | Details |
59
45
| ------------ | -------- |
60
46
|**Type**|`string`|
@@ -81,19 +67,36 @@ Specify the requested module name.
81
67
<br>
82
68
83
69
70
+
### VLM Provider
71
+
72
+
Selects the backend VLM provider for make GUI action decisions.
73
+
74
+
| Property | Details |
75
+
| ----------- | ---------------------- |
76
+
|**Type**|`string`|
77
+
|**Options**|`Hugging Face`, `vLLM`|
78
+
|**Default**|`Hugging Face`|
79
+
80
+
> [!NOTE]
81
+
> This is an interface reserved for different VLM providers.
82
+
83
+
84
+
<br>
85
+
86
+
84
87
### Report Storage Base URL
85
88
86
89
Defines the base URL for uploading report file. By default, when this option is not set, when the user clicks **Export as HTML** (a.k.a. <b>Share</b>), it will automatically trigger the download of the report file:
Once it's set, when user click **Export as HTML**, report file will firstly be uploaded to the Report Storage Server, which returns a publicly accessible URL for the persistent file.
@@ -137,7 +140,7 @@ The response should return a JSON object containing a publicly accessible URL wh
137
140
**UTIO** (_UI-TARS Insights and Observation_) is a data collection mechanism for insights into **UI-TARS Desktop** (_Introduced at [#60](https://github.com/bytedance/UI-TARS-desktop/pull/60)_). The design of UTIO is also related to sharing. The overall process is as follows:
0 commit comments