Skip to content

Commit 014e468

Browse files
committed
chore: fix setting dead links and add deployment guide ref
1 parent 8e5bc71 commit 014e468

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

docs/setting.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**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.
66

77
<p align="center">
8-
<img src="../images/setting.png" alt="Settings Interface Overview" width="650">
8+
<img src="../apps/ui-tars/images/setting.png" alt="Settings Interface Overview" width="650">
99
<br>
1010
<em>Main Settings Interface</em>
1111
</p>
@@ -33,28 +33,14 @@ Controls localization settings for VLM.
3333
<br>
3434

3535

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-
5236

5337

5438
### VLM Base URL
5539

5640
Specify the base url of the VLM that needs to be requested.
5741

42+
For UI TARS deployment, please check out [Deployment](./deployment.md).
43+
5844
| Property | Details |
5945
| ------------ | -------- |
6046
| **Type** | `string` |
@@ -81,19 +67,36 @@ Specify the requested module name.
8167
<br>
8268

8369

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+
8487
### Report Storage Base URL
8588

8689
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:
8790

8891
<p align="center">
89-
<img src="../images/download-report.png" alt="Download report" width="320">
92+
<img src="../apps/ui-tars/images/download-report.png" alt="Download report" width="320">
9093
<br>
9194
</p>
9295

9396
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.
9497

9598
<p align="center">
96-
<img src="../images/upload-report-success.png" alt="Download report" width="320">
99+
<img src="../apps/ui-tars/images/upload-report-success.png" alt="Download report" width="320">
97100
<br>
98101
</p>
99102

@@ -137,7 +140,7 @@ The response should return a JSON object containing a publicly accessible URL wh
137140
**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:
138141

139142
<p align="center">
140-
<img src="../images/utio-flow.png" alt="UTIO Flow" width="800">
143+
<img src="../apps/ui-tars/images/utio-flow.png" alt="UTIO Flow" width="800">
141144
<br>
142145
<em>UTIO Flow</em>
143146
</p>

0 commit comments

Comments
 (0)